X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98e6fc816f5b5f902fa7372a2a3ca86fe55ad4b9..f538710f0b798b21365fd614ba531055b225b115:/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