Skip to content

Commit 08734ce

Browse files
committed
fix: suppress cppcheck errors for .ixx module files and pre-existing issues
1 parent a3ed905 commit 08734ce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.cppcheck-suppressions.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
noExplicitConstructor:*
2+
*:*.ixx
23
unusedFunction:*
34
missingInclude:*
45
missingIncludeSystem:*
56
*:*tests*
67
*:*Dict.cxx
78
*:MurmurHash3.cpp
89
preprocessorErrorDirective:cpython/
10+
syntaxError:RNTupleReader.h
11+
syntaxError:RNTupleWriter.h
12+
throwInEntryPoint:podio-dump-tool.cpp
913

1014
copyCtorPointerCopying:MaybeSharedPtr.h
1115
knownConditionTrueFalse:LinkCollectionImpl.h

0 commit comments

Comments
 (0)