Fixed a warning....

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2003-12-14 03:45:04 +00:00
parent 7bca096784
commit 25c884be6d

View 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;