Remove all warnings from source code

This commit is contained in:
Loic Guegan 2023-05-10 10:49:31 +02:00
parent ff671f2171
commit a9b9ed95f3
31 changed files with 72 additions and 48 deletions

View file

@ -22,6 +22,7 @@ EditorCanvas::EditorCanvas(wxFrame *parent, std::shared_ptr<Game> game)
}
void EditorCanvas::OnPaint(wxPaintEvent &event) {
UNUSED(event);
wxPaintDC current_dc(this);
current_dc.SetBackground(*wxWHITE_BRUSH);
current_dc.Clear();