Skip to content

Commit

Permalink
suppress unusedFunction selfcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 10, 2023
1 parent 3c2dec3 commit 10cd803
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .selfcheck_unused_suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ unusedFunction:gui/codeeditor.*
# usage is disabled
unusedFunction:lib/symboldatabase.cpp
# false positive - #10661
unusedFunction:oss-fuzz/main.cpp
unusedFunction:oss-fuzz/main.cpp

# Q_OBJECT functions which are not called in our code
unusedFunction:cmake.output.notest/gui/cppcheck-gui_autogen/*/moc_aboutdialog.cpp

0 comments on commit 10cd803

Please sign in to comment.