X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6dcc2372e82aa68f8bdcd1268326ffffa78bdedb..763f55468e441e94e65a72b127c8fc2a48c91e91:/src/msw/fontenum.cpp diff --git a/src/msw/fontenum.cpp b/src/msw/fontenum.cpp index dec87f4fc1..80ce3c606e 100644 --- a/src/msw/fontenum.cpp +++ b/src/msw/fontenum.cpp @@ -275,8 +275,9 @@ bool wxFontEnumerator::EnumerateEncodings(const wxString& family) #ifndef __WXMICROWIN__ int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, - DWORD dwStyle, LONG lParam) + DWORD WXUNUSED(dwStyle), LONG lParam) { + // we used to process TrueType fonts only, but there doesn't seem to be any // reasons to restrict ourselves to them here #if 0