summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-12-13 14:18:01 (GMT)
committerBrad King <brad.king@kitware.com>2002-12-13 14:18:01 (GMT)
commit08f1d2f9e19e0900fe47e6cee792b0c6e87fee8e (patch)
treea1ca2b9b0cec202d40dd281b3569ce7deda6e822 /Source/cmIfCommand.h
parente03219860ddc8aaedba056cbf6833d7eeff15299 (diff)
downloadCMake-08f1d2f9e19e0900fe47e6cee792b0c6e87fee8e.zip
CMake-08f1d2f9e19e0900fe47e6cee792b0c6e87fee8e.tar.gz
CMake-08f1d2f9e19e0900fe47e6cee792b0c6e87fee8e.tar.bz2
ERR: Fixed unused parameter warning.
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index 152fcc2..27492a7 100644
--- a/Source/cmIfCommand.h
+++ b/Source/cmIfCommand.h
@@ -67,7 +67,7 @@ public:
* This is called when the command is first encountered in
* the CMakeLists.txt file.
*/
- virtual bool InitialPass(std::vector<std::string> const& args) { return false; }
+ virtual bool InitialPass(std::vector<std::string> const&) { return false; }
/**
* The name of the command as specified in CMakeList.txt.