diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-08 14:17:03 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-08 14:17:03 (GMT) |
commit | 3abb9e240d775178a6966d32e5f803faf56ae87c (patch) | |
tree | e0af5ebda756cc1acf5a022d3fb3f2b6c431b966 /Source/cmGlobalNMakeMakefileGenerator.cxx | |
parent | f229c1c46e81868d4a41d8f7238ae2562bce3f59 (diff) | |
download | CMake-3abb9e240d775178a6966d32e5f803faf56ae87c.zip CMake-3abb9e240d775178a6966d32e5f803faf56ae87c.tar.gz CMake-3abb9e240d775178a6966d32e5f803faf56ae87c.tar.bz2 |
compiler warnings
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNMakeMakefileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx index 5aa7314..a5560b4 100644 --- a/Source/cmGlobalNMakeMakefileGenerator.cxx +++ b/Source/cmGlobalNMakeMakefileGenerator.cxx @@ -18,7 +18,7 @@ #include "cmLocalNMakeMakefileGenerator.h" #include "cmMakefile.h" -void cmGlobalNMakeMakefileGenerator::EnableLanguage(const char* lang, +void cmGlobalNMakeMakefileGenerator::EnableLanguage(const char*, cmMakefile *mf) { // now load the settings |