Move an embedded directive outside macro arguments
Suppress warnings/errors by -Wembedded-directive with `-std=c99` on macOS.
This commit is contained in:
parent
9f1afefaa8
commit
ce6054a667
@ -2384,13 +2384,14 @@ fill_lines(int num_traces, void **traces, int check_debuglink,
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
kprintf("'%s' is not a "
|
|
||||||
# ifdef __LP64__
|
# ifdef __LP64__
|
||||||
"64"
|
# define bitsize "64"
|
||||||
# else
|
# else
|
||||||
"32"
|
# define bitsize "32"
|
||||||
# endif
|
# endif
|
||||||
|
kprintf("'%s' is not a " bitsize
|
||||||
"-bit Mach-O file!\n",binary_filename);
|
"-bit Mach-O file!\n",binary_filename);
|
||||||
|
# undef bitsize
|
||||||
close(fd);
|
close(fd);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user