summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-08 14:17:03 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-08 14:17:03 (GMT)
commit3abb9e240d775178a6966d32e5f803faf56ae87c (patch)
treee0af5ebda756cc1acf5a022d3fb3f2b6c431b966 /Source/cmGlobalVisualStudio6Generator.cxx
parentf229c1c46e81868d4a41d8f7238ae2562bce3f59 (diff)
downloadCMake-3abb9e240d775178a6966d32e5f803faf56ae87c.zip
CMake-3abb9e240d775178a6966d32e5f803faf56ae87c.tar.gz
CMake-3abb9e240d775178a6966d32e5f803faf56ae87c.tar.bz2
compiler warnings
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index 8000c6a..4c91f55 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -19,7 +19,7 @@
#include "cmMakefile.h"
#include "cmake.h"
-void cmGlobalVisualStudio6Generator::EnableLanguage(const char* lang,
+void cmGlobalVisualStudio6Generator::EnableLanguage(const char*,
cmMakefile *mf)
{
if (!m_LanguagesEnabled)