diff options
Diffstat (limited to 'Source/WXDialog/cmWXCommandLineInfo.cxx')
-rw-r--r-- | Source/WXDialog/cmWXCommandLineInfo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WXDialog/cmWXCommandLineInfo.cxx b/Source/WXDialog/cmWXCommandLineInfo.cxx index ffe83cb..7cf74e0 100644 --- a/Source/WXDialog/cmWXCommandLineInfo.cxx +++ b/Source/WXDialog/cmWXCommandLineInfo.cxx @@ -87,7 +87,7 @@ int cmCommandLineInfo::GetBoolValue(const std::string& v) { // Parse param void cmCommandLineInfo::ParseParam(const std::string& parameter, - bool know_about, bool last) + bool know_about, bool /*last*/) { if(!know_about) { |