summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-06-30 17:49:00 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-06-30 17:49:00 (GMT)
commit4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3 (patch)
tree20cf58cfd59ac3d6bc3e81075b10592765faba9d /Source/cmGlobalVisualStudio7Generator.cxx
parent9c76e082150eae48102b537c0f3f8556c18b8616 (diff)
downloadCMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.zip
CMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.tar.gz
CMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.tar.bz2
ENH: merge main tree into branch
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index 791daea..7bc0654 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -71,7 +71,7 @@ std::string cmGlobalVisualStudio7Generator
::GenerateBuildCommand(const char* makeProgram,
const char *projectName,
const char* additionalOptions, const char *targetName,
- const char* config, bool ignoreErrors)
+ const char* config, bool ignoreErrors, bool)
{
// Ingoring errors is not implemented in visual studio 6
(void) ignoreErrors;