git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21543
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
case wxFONTENCODING_CP437:
return OEM_CHARSET;
case wxFONTENCODING_CP437:
return OEM_CHARSET;
- default: // fix GCC warning
+
+ default:
+ // no way to translate this encoding into a Windows charset
-
- // no way to translate this encoding into a Windows charset
- return -1;
}
// we have 2 versions of wxCharsetToCodepage(): the old one which directly
}
// we have 2 versions of wxCharsetToCodepage(): the old one which directly