Skip to content

Commit 6f303ce

Browse files
committed
daca@home: Set '--inline-suppr' flag.
1 parent 78804ca commit 6f303ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/donate_cpu_lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
1616
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
1717
# changes)
18-
CLIENT_VERSION = "1.3.24"
18+
CLIENT_VERSION = "1.3.25"
1919

2020
# Timeout for analysis with Cppcheck in seconds
2121
CPPCHECK_TIMEOUT = 30 * 60
@@ -336,7 +336,7 @@ def scan_package(work_path, cppcheck_path, jobs, libraries, capture_callstack=Tr
336336
dir_to_scan = 'temp'
337337

338338
# Reference for GNU C: https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html
339-
options = libs + ' --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2'
339+
options = libs + ' --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --template=daca2'
340340
options += ' -D__GNUC__ --platform=unix64'
341341
options += ' -rp={}'.format(dir_to_scan)
342342
if sys.platform == 'win32':

0 commit comments

Comments
 (0)