Travis: Suppress variableScope warnings in our test cases. These are FP so should be fixed asap.
This commit is contained in:
parent
31d3aa9911
commit
0a738973cb
|
@ -1,6 +1,8 @@
|
|||
unusedPrivateFunction:test/testcmdlineparser.cpp
|
||||
redundantNextPrevious:test/testtoken.cpp
|
||||
uselessAssignmentPtrArg:build/checkstl.cpp
|
||||
variableScope:test/testtokenize.cpp
|
||||
variableScope:test/testvalueflow.cpp
|
||||
*:gui/test*
|
||||
*:test/test.cxx
|
||||
|
||||
|
|
Loading…
Reference in New Issue