summaryrefslogtreecommitdiffstats
path: root/Source/cmEnableTestingCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-06-18 21:20:27 (GMT)
committerBrad King <brad.king@kitware.com>2002-06-18 21:20:27 (GMT)
commit28895b0f9f83d52f7a4e412888f93f0dd1920f76 (patch)
tree3ecfd16930f5b282d7837e93c0a71ce42a3cca1c /Source/cmEnableTestingCommand.h
parent55f3a3817e2879ad988df4473490823f803025d6 (diff)
downloadCMake-28895b0f9f83d52f7a4e412888f93f0dd1920f76.zip
CMake-28895b0f9f83d52f7a4e412888f93f0dd1920f76.tar.gz
CMake-28895b0f9f83d52f7a4e412888f93f0dd1920f76.tar.bz2
ERR: Fixed compiler warnings.
Diffstat (limited to 'Source/cmEnableTestingCommand.h')
-rw-r--r--Source/cmEnableTestingCommand.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmEnableTestingCommand.h b/Source/cmEnableTestingCommand.h
index 47fe0a8..54297bb 100644
--- a/Source/cmEnableTestingCommand.h
+++ b/Source/cmEnableTestingCommand.h
@@ -54,8 +54,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 true;};
+ virtual bool InitialPass(std::vector<std::string> const&) {return true;}
/**
* This is called at the end after all the information