From 5a3b6b0782c12b4e0e529eb4d84ccd441b5dd062 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 11 Jun 2004 17:19:17 +0000 Subject: [PATCH] wxUSE_FONTDLG is optional. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fontmap.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/fontmap.cpp b/src/common/fontmap.cpp index 827577693b..aba7f876e4 100644 --- a/src/common/fontmap.cpp +++ b/src/common/fontmap.cpp @@ -468,6 +468,8 @@ bool wxFontMapper::GetAltForEncoding(wxFontEncoding encoding, } } //else: we're in non-interactive mode +#else + wxUnusedVar(equivEncoding); #endif // wxUSE_FONTDLG return foundEquivEncoding; -- 2.45.2