From e5d43e1b8fdce59396da1ad96299450d6e8aad51 Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Sat, 23 Nov 2019 18:46:05 +0100 Subject: [PATCH] Update allowed warnings limit --- scripts/count-warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/count-warnings.py b/scripts/count-warnings.py index 258c06ab..c9650c85 100755 --- a/scripts/count-warnings.py +++ b/scripts/count-warnings.py @@ -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: #