Get rid of one of the most annoying gcc warnings :)
This commit was SVN r1285.
Этот коммит содержится в:
родитель
8c9a317c8a
Коммит
aabc980560
@ -23,7 +23,7 @@
|
||||
# if defined(__GNUC__) && !defined(__STDC__)
|
||||
# define DUMP(ARGS...)
|
||||
# else
|
||||
static inline void DUMP() { /* empty hopefully removed by the compiler */ }
|
||||
static inline void DUMP( char* fmt, ...) { /* empty hopefully removed by the compiler */ }
|
||||
# endif /* __GNUC__ && !__STDC__ */
|
||||
# endif /* ACCEPT_C99 */
|
||||
#endif /* VERBOSE */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user