1
1

Get rid of one of the most annoying gcc warnings :)

This commit was SVN r1285.
Этот коммит содержится в:
George Bosilca 2004-06-15 21:33:21 +00:00
родитель 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 */