Fixes clang warning about unknown warning group -Wunused-but-set-variable

This was SVN commit r16768.
This commit is contained in:
historic_bruno 2015-06-14 21:07:42 +00:00
parent 47b4530245
commit 0a67de37bc

View File

@ -25,7 +25,9 @@
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wunused-function"
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
# ifndef __clang__
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
# endif
#endif
#define NO_CGI