]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a warning....
authorRyan Norton <wxprojects@comcast.net>
Sun, 14 Dec 2003 03:45:04 +0000 (03:45 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sun, 14 Dec 2003 03:45:04 +0000 (03:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/crashrpt.cpp

index 8831a96f3232666cf7c74235b871f44aee1143b5..26a9abb71137980049c48a6d6591018588cf300f 100644 (file)
@@ -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;