We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85afb1 commit 179c85cCopy full SHA for 179c85c
1 file changed
cmake/cppcheck-suppression-list.txt
@@ -152,7 +152,7 @@ arrayIndexOutOfBounds:*/include/vsg/vk/State.h
152
// suppress warnings about intentional code usage or where cppcheck just hasn't got a clue about how templates are used...
153
knownConditionTrueFalse:*/src/vsg/utils/Builder.cpp
154
knownConditionTrueFalse:*/include/vsg/utils/CommandLine.h
155
-knownConditionTrueFalse:*/include/vsg/utils/Inherit.h
+knownConditionTrueFalse:*/include/vsg/core/Inherit.h
156
157
// suppress warning about initializtion.
158
useInitializationList:*/include/vsg/core/ScratchMemory.h
0 commit comments