|
52 | 52 | #include <wx/mimetype.h> |
53 | 53 | #if defined(__WXMSW__) |
54 | 54 | #include <wx/msw/ole/automtn.h> |
| 55 | +#include <wx/metafile.h> |
55 | 56 | #include <wx/msw/ole/oleutils.h> |
56 | 57 | #endif |
| 58 | +#include <wx/palette.h> |
57 | 59 | #include <wx/pen.h> |
58 | 60 | #include <wx/position.h> |
59 | 61 | #include <wx/propgrid/property.h> |
60 | 62 | #include <wx/regex.h> |
61 | 63 | #include <wx/region.h> |
| 64 | +#include <wx/renderer.h> |
62 | 65 | #include <wx/settings.h> |
63 | 66 | #include <wx/spinctrl.h> |
64 | 67 | #include <wx/sizer.h> |
@@ -202,6 +205,30 @@ void unreadVariable_wxStaticBoxSizer(wxStaticBox *box, const int orient, wxWindo |
202 | 205 | wxStaticBoxSizer c(orient, parent, label); |
203 | 206 | } |
204 | 207 |
|
| 208 | +void unusedVariable_wxDelegateRendererNative() |
| 209 | +{ |
| 210 | + // cppcheck-suppress unusedVariable |
| 211 | + wxDelegateRendererNative a; |
| 212 | +} |
| 213 | + |
| 214 | +void unusedVariable_wxHeaderButtonParams() |
| 215 | +{ |
| 216 | + // cppcheck-suppress unusedVariable |
| 217 | + wxHeaderButtonParams a; |
| 218 | +} |
| 219 | + |
| 220 | +void unusedVariable_wxRegionIterator() |
| 221 | +{ |
| 222 | + // cppcheck-suppress unusedVariable |
| 223 | + wxRegionIterator a; |
| 224 | +} |
| 225 | + |
| 226 | +void unusedVariable_wxPalette() |
| 227 | +{ |
| 228 | + // cppcheck-suppress unusedVariable |
| 229 | + wxPalette a; |
| 230 | +} |
| 231 | + |
205 | 232 | void unusedVariable_wxJPEGHandler() |
206 | 233 | { |
207 | 234 | // cppcheck-suppress unusedVariable |
@@ -425,6 +452,13 @@ void unreadVariable_wxVariant(wxVariantData *data, |
425 | 452 | } |
426 | 453 |
|
427 | 454 | #if defined(__WXMSW__) |
| 455 | + |
| 456 | +void unusedVariable_wxMetafile() |
| 457 | +{ |
| 458 | + // cppcheck-suppress unusedVariable |
| 459 | + wxMetafile a; |
| 460 | +} |
| 461 | + |
428 | 462 | void unusedVariable_wxVariantDataErrorCode() |
429 | 463 | { |
430 | 464 | // cppcheck-suppress unusedVariable |
|
0 commit comments