X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4f3eb42f2cad4f69b2543c1d6985d9c028f9dc0..1c0f361be288df133c766e04cc857b3e4682b31a:/samples/statbar/statbar.cpp diff --git a/samples/statbar/statbar.cpp b/samples/statbar/statbar.cpp index 35ce571e4b..35c057296e 100644 --- a/samples/statbar/statbar.cpp +++ b/samples/statbar/statbar.cpp @@ -96,7 +96,7 @@ public: void UpdateClock(); // event handlers - void OnTimer(wxTimerEvent& event) { UpdateClock(); } + void OnTimer(wxTimerEvent& WXUNUSED(event)) { UpdateClock(); } void OnSize(wxSizeEvent& event); void OnToggleClock(wxCommandEvent& event); void OnButton(wxCommandEvent& event);