diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-23 17:32:14 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-23 17:32:14 (GMT) |
commit | 48fe81acdd94ace2a03e76c6d55eba9993571964 (patch) | |
tree | 079da02c531c82b5fce4f49bd29714881b755314 /Source/WXDialog/cmWXCommandLineInfo.cxx | |
parent | 5843ae455e86be59425910f510d211a9cf8a2eeb (diff) | |
download | CMake-48fe81acdd94ace2a03e76c6d55eba9993571964.zip CMake-48fe81acdd94ace2a03e76c6d55eba9993571964.tar.gz CMake-48fe81acdd94ace2a03e76c6d55eba9993571964.tar.bz2 |
Try to remove some warnings
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) { |