]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/helpwxht.cpp
More makefiles, distrib things,
[wxWidgets.git] / src / generic / helpwxht.cpp
index 336273ba87a41b305903f88daf91842e3ca1028b..dc7f167a13639f6680f2dbeda0034429a8104195 100644 (file)
@@ -36,7 +36,9 @@
 
 #include <stdio.h>
 #include <ctype.h>
+#ifndef __MWERKS__
 #include <sys/stat.h>
+#endif
 
 #ifndef __WINDOWS__
 #   include   <unistd.h>
@@ -218,7 +220,7 @@ wxHelpFrame::~wxHelpFrame()
 }
 
 void
-wxHelpFrame::OnClose(wxCloseEvent &ev)
+wxHelpFrame::OnClose(wxCloseEvent &WXUNUSED(ev))
 {
    wxASSERT(m_controller);
    m_controller->m_Frame = NULL;