From 25c884be6d987b08dde4fd2d612e2fba29262f4e Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sun, 14 Dec 2003 03:45:04 +0000 Subject: [PATCH] Fixed a warning.... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/crashrpt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/crashrpt.cpp b/src/msw/crashrpt.cpp index 8831a96f32..26a9abb711 100644 --- a/src/msw/crashrpt.cpp +++ b/src/msw/crashrpt.cpp @@ -1089,7 +1089,7 @@ wxString wxCrashReportImpl::GetExceptionString(DWORD dwCode) #endif // wxUSE_DBGHELP -bool wxCrashReportImpl::Generate(int flags) +bool wxCrashReportImpl::Generate(int WXUNUSED(flags)) { if ( m_hFile == INVALID_HANDLE_VALUE ) return false; -- 2.47.2