]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/crashrpt.cpp
The device origin can be set on WinCE, so use it and redefine conversion
[wxWidgets.git] / src / msw / crashrpt.cpp
index 7662ab077999224d901b068853e7f12a1da67789..7f017f5a36586016e9a637b592eec75c99f625c7 100644 (file)
@@ -222,6 +222,7 @@ bool wxCrashReportImpl::Generate(int flags, EXCEPTION_POINTERS *ep)
     }
 #else // !wxUSE_DBGHELP
     wxUnusedVar(flags);
+    wxUnusedVar(ep);
 
     Output(_T("Support for crash report generation was not included ")
            _T("in this wxWidgets version."));