warning fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-27 15:28:28 +00:00
parent 5bc1deebaa
commit a0b0865599

View File

@@ -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);