-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #10660 FP: overridden member functions of unknown abstract base c…
…lasses reported as unused (#6564)
- Loading branch information
1 parent
a6cc9b2
commit 4be49b3
Showing
5 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
# we are not using all methods of their interfaces | ||
unusedFunction:externals/*/* | ||
|
||
# TODO: fix these | ||
# false positive - # 10660 | ||
unusedFunction:gui/mainwindow.cpp | ||
unusedFunction:gui/resultstree.cpp | ||
unusedFunction:gui/codeeditor.* | ||
# usage is disabled | ||
unusedFunction:lib/symboldatabase.cpp | ||
# false positive - #10661 | ||
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 | ||
unusedFunction:cmake.output.notest/gui/cppcheck-gui_autogen/*/moc_aboutdialog.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters