Skip to content

Commit 40e37f1

Browse files
author
Daniel Marjamäki
committed
codeblocks: Updated the project file with the new security check
1 parent d8927e7 commit 40e37f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cppcheck.cbp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
<Unit filename="src/checkmemoryleak.h" />
4545
<Unit filename="src/checkother.cpp" />
4646
<Unit filename="src/checkother.h" />
47+
<Unit filename="src/checksecurity.cpp" />
48+
<Unit filename="src/checksecurity.h" />
4749
<Unit filename="src/checkstl.cpp" />
4850
<Unit filename="src/checkstl.h" />
4951
<Unit filename="src/cppcheck.cpp" />
@@ -81,6 +83,7 @@
8183
<Unit filename="test/testpreprocessor.cpp" />
8284
<Unit filename="test/testredundantif.cpp" />
8385
<Unit filename="test/testrunner.cpp" />
86+
<Unit filename="test/testsecurity.cpp" />
8487
<Unit filename="test/testsimplifytokens.cpp" />
8588
<Unit filename="test/teststl.cpp" />
8689
<Unit filename="test/testsuite.cpp" />

0 commit comments

Comments
 (0)