ERR: Fixed compiler warnings.

This commit is contained in:
Brad King
2002-06-18 17:20:27 -04:00
parent 55f3a3817e
commit 28895b0f9f
5 changed files with 40 additions and 25 deletions

View File

@@ -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