Change -w so that warnings can be activated again later on.
[cparser] / diagnostic.h
index 663e6dc..cb114ef 100644 (file)
@@ -62,7 +62,4 @@ extern unsigned diagnostic_count;
 extern unsigned error_count;
 extern unsigned warning_count;
 
-/* true if warnings should be inhibited */
-extern bool inhibit_all_warnings;
-
 #endif