Update allowed warnings limit
This commit is contained in:
parent
ef144e4bca
commit
e5d43e1b8f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import sys
|
|||
# then script will return with status 1. Simply change this line if you
|
||||
# want to set a different limit.
|
||||
#
|
||||
MAX_ISSUES = 369
|
||||
MAX_ISSUES = 384
|
||||
|
||||
# For recognizing warnings in GCC format in stderr:
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue