Merge pull request #91 from alliedmodders/bug-6183

Show errors for methods that are unused. (bug 6183)
This commit is contained in:
David Anderson
2014-07-13 11:24:51 -07:00
7 changed files with 32 additions and 3 deletions
+1
View File
@@ -927,6 +927,7 @@ SC_VDECL int indent_nowarn; /* skip warning "217 loose indentation" */
SC_VDECL int sc_tabsize; /* number of spaces that a TAB represents */
SC_VDECL short sc_allowtags; /* allow/detect tagnames in lex() */
SC_VDECL int sc_status; /* read/write status */
SC_VDECL int sc_err_status; /* TRUE if errors should be generated even if sc_status = SKIP */
SC_VDECL int sc_rationaltag; /* tag for rational numbers */
SC_VDECL int rational_digits; /* number of fractional digits */
SC_VDECL int sc_allowproccall;/* allow/detect tagnames in lex() */