mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Remove all warnings from source code
This commit is contained in:
parent
ff671f2171
commit
a9b9ed95f3
31 changed files with 72 additions and 48 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue