This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
774556dc10
cppcheck
/
test
/
cfg
/
unmatchedSuppressionTest.c
5 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
checkcfg: Add regression test for umatchedSuppression errors As discussed in https://trac.cppcheck.net/ticket/8931 a regression test is added to the test/cfg/runtests.sh script to make sure that unmatchedSuppression messages result in an Cppcheck exit code that signals a failure.
2019-01-21 20:53:13 +01:00
#
include
<stdio.h>
//cppcheck-suppress bufferAccessOutOfBounds
unmatched suppression: fix test case
2019-01-22 18:47:52 +01:00
x
;