X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab1ca7b3dda18b48e83f9ad2f5f3ea9b22247197..05df0f1bc76be62a464a6b7dec10a35c2019b990:/samples/erase/erase.cpp diff --git a/samples/erase/erase.cpp b/samples/erase/erase.cpp index 2e1d859d80..6e87821b5e 100644 --- a/samples/erase/erase.cpp +++ b/samples/erase/erase.cpp @@ -203,7 +203,7 @@ void MyCanvas::OnChar( wxKeyEvent &event ) } -void MyCanvas::OnPaint( wxPaintEvent &event ) +void MyCanvas::OnPaint( wxPaintEvent &WXUNUSED(event) ) { wxPaintDC dc(this); PrepareDC( dc );