#ifndef WX_PRECOMP
#include "wx/app.h"
+ #include "wx/utils.h"
+ #include "wx/window.h"
#endif
-#include "wx/window.h"
-#include "wx/utils.h"
-
#ifdef __VMS__
#pragma message disable nosimpint
#endif
return true;
}
-int wxPalette::GetPixel(unsigned char red, unsigned char green, unsigned char blue) const
+int wxPalette::GetPixel(unsigned char WXUNUSED(red),
+ unsigned char WXUNUSED(green),
+ unsigned char WXUNUSED(blue)) const
{
if ( !m_refData )
return wxNOT_FOUND;