fix unused parameter warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-12-15 20:20:16 +00:00
parent f1f7d5ca4b
commit 3f0640b0a8

View File

@ -138,8 +138,9 @@ Font::Font() {
Font::~Font() {
}
void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic, bool extraFontFlag) {
void Font::Create(const char *faceName, int characterSet,
int size, bool bold, bool italic,
bool WXUNUSED(extraFontFlag)) {
Release();
// The minus one is done because since Scintilla uses SC_SHARSET_DEFAULT