Skip to content

Commit d9e57f3

Browse files
committed
disable
1 parent 338ec7b commit d9e57f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.selfcheck_suppressions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ missingIncludeSystem
33
# temporary suppressions - fix the warnings!
44
simplifyUsing:lib/valueptr.h
55
naming-privateMemberVariable:gui/test/cppchecklibrarydata/testcppchecklibrarydata.h
6-
simplifyUsing:*/moc_*.cpp
6+
#simplifyUsing:*/moc_*.cpp
77
bitwiseOnBoolean:lib/library.cpp
88
templateInstantiation:lib/checkunusedfunctions.cpp
99
templateInstantiation:lib/errorlogger.cpp
@@ -20,8 +20,8 @@ shadowFunction:lib/token.cpp
2020
shadowFunction:tools/triage/mainwindow.cpp
2121

2222
# warnings in Qt generated code we cannot fix
23-
funcArgNamesDifferent:*/moc_*.cpp
24-
naming-varname:*/gui/ui_*.h
23+
#funcArgNamesDifferent:*/moc_*.cpp
24+
#naming-varname:*/gui/ui_*.h
2525
functionStatic:*/ui_fileview.h
2626

2727
# --debug-warnings suppressions

0 commit comments

Comments
 (0)