X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00aa02895852dacd5712fab4e494ab864d43354b..8ae4f08661d7b324d5cd7aa16ab1a7b2810d94f2:/src/common/appbase.cpp?ds=sidebyside diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index fc9ed075b9..31fc28facb 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -370,11 +370,13 @@ bool wxAppConsole::OnCmdLineParsed(wxCmdLineParser& parser) #if wxUSE_LOG if ( parser.Found(OPTION_VERBOSE) ) { - wxLog::SetVerbose(TRUE); + wxLog::SetVerbose(true); } +#else + wxUnusedVar(parser); #endif // wxUSE_LOG - return TRUE; + return true; } bool wxAppConsole::OnCmdLineHelp(wxCmdLineParser& parser)