Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Apr 10, 2024
1 parent 5644f46 commit ba4f158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<check>wxVector</check>
<check>wxVersionInfo</check>
<check>wxWrapSizer</check>
<check>wxZipEntry</check>
<check>wxZipInputStream</check>
</unusedvar>
<operatorEqVarError>
Expand Down
6 changes: 0 additions & 6 deletions test/cfg/wxwidgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ void unreadVariable_wxDCTextBgColourChanger(wxDC &dc, const wxColour &colour)
}
#endif

void unreadVariable_wxArchiveIterator()
{
// cppcheck-suppress unreadVariable
wxArchiveIterator a;
}

void unreadVariable_wxZipEntry(const wxZipEntry &entry)
{
// cppcheck-suppress unreadVariable
Expand Down

0 comments on commit ba4f158

Please sign in to comment.