Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Mar 26, 2024
1 parent 82219ae commit 92c8653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cfg/wxwidgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
#include <wx/app.h>
#include <wx/artprov.h>
#include <wx/bitmap.h>
#if wxCHECK_VERSION(3, 1, 6) // wxWidets-3.1.6 or higher
#include <wx/bmpbndl.h>
#endif
#include <wx/brush.h>
#include <wx/calctrl.h>
#include <wx/colour.h>
Expand Down Expand Up @@ -59,6 +61,7 @@
#include <wx/vector.h>
#include <wx/versioninfo.h>

#if wxCHECK_VERSION(3, 1, 6) // wxWidets-3.1.6 or higher
void unreadVariable_wxBitmapBundle(const wxBitmap &bmp, const wxIcon &icon, const wxImage &image, const char *const * xpm, const wxBitmapBundle &bundle)
{
// cppcheck-suppress unusedVariable
Expand All @@ -74,6 +77,7 @@ void unreadVariable_wxBitmapBundle(const wxBitmap &bmp, const wxIcon &icon, cons
// cppcheck-suppress unreadVariable
wxBitmapBundle f(bundle);
}
#endif

void unusedVariable_wxIconLocation()
{
Expand Down

0 comments on commit 92c8653

Please sign in to comment.