- implemented -Wsign-compare
[cparser] / diagnostic.h
index 27a1821..b24956b 100644 (file)
@@ -11,7 +11,7 @@ extern unsigned diagnostic_count;
 extern unsigned error_count;
 extern unsigned warning_count;
 
-/* true if warnings should be treated as errors */
-extern bool warnings_are_errors;
+/* true if warnings should be inhibited */
+extern bool inhibit_all_warnings;
 
 #endif