Add a flag for warnings-as-errors.

This commit is contained in:
David Anderson
2014-09-03 11:04:25 -07:00
parent e6ff9c36ed
commit 01d1c0c806
5 changed files with 18 additions and 4 deletions
+1
View File
@@ -912,6 +912,7 @@ extern int pc_tag_nullfunc_t; /* the null function type */
extern int pc_anytag; /* global any tag */
extern int glbstringread; /* last global string read */
extern int sc_require_newdecls; /* only newdecls are allowed */
extern bool sc_warnings_are_errors;
extern constvalue sc_automaton_tab; /* automaton table */
extern constvalue sc_state_tab; /* state table */