diff --git a/samples/exec/exec.cpp b/samples/exec/exec.cpp index 50f2a1acb3..c265104c7b 100644 --- a/samples/exec/exec.cpp +++ b/samples/exec/exec.cpp @@ -192,9 +192,9 @@ public: wxProcess *process); protected: - void OnTextEnter(wxCommandEvent& event) { DoSend(); } - void OnBtnSend(wxCommandEvent& event) { DoSend(); } - void OnBtnGet(wxCommandEvent& event) { DoGet(); } + void OnTextEnter(wxCommandEvent& WXUNUSED(event)) { DoSend(); } + void OnBtnSend(wxCommandEvent& WXUNUSED(event)) { DoSend(); } + void OnBtnGet(wxCommandEvent& WXUNUSED(event)) { DoGet(); } void OnClose(wxCloseEvent& event);