Oh, err. Fixed a small problem where errors 100-119 could be shown as fatal rather than normal error messages.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40849
This commit is contained in:
parent
8a086fa820
commit
273d146ee1
@ -81,7 +81,7 @@ static short lastfile;
|
||||
* the error reporting is enabled only in the second pass (and only when
|
||||
* actually producing output). Fatal errors may never be ignored.
|
||||
*/
|
||||
if ((errflag || sc_status!=statWRITE) && (number<100 || number>=200))
|
||||
if ((errflag || sc_status!=statWRITE) && (number<120 || number>=200))
|
||||
return 0;
|
||||
|
||||
/* also check for disabled warnings */
|
||||
|
Loading…
Reference in New Issue
Block a user