fixed unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1621,7 +1621,9 @@ bool wxQuantize::Quantize(const wxImage& src, wxImage& dest,
|
||||
delete[] g;
|
||||
delete[] b;
|
||||
}
|
||||
#endif // wxUSE_PALETTE
|
||||
#else // !wxUSE_PALETTE
|
||||
wxUnusedVar(pPalette);
|
||||
#endif // wxUSE_PALETTE/!wxUSE_PALETTE
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user