pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-16
2014-11-16 12:02:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9a8ddb89d202dacdaa7f55700aa7ddc5daf0fc8c (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Build: Fixed warnings about unused arguments in threads.c.
512:
#define DLOC_PF(PRE, SUF) PRE "%s:%d" SUF #define DLOC_ARGS_OPT dloc_file, dloc_line #define COMMA_DLOC_ARGS_OPT , dloc_file, dloc_line
+
#define USE_DLOC_ARGS() ((void)(DLOC_ARGS_OPT))
#define DLOC_ENABLED #else /* !PIKE_DEBUG */
528:
#define DLOC_PF(PRE, SUF) #define DLOC_ARGS_OPT #define COMMA_DLOC_ARGS_OPT
+
#define USE_DLOC_ARGS()
#endif /* !PIKE_DEBUG */