summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-06-04 17:42:42 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-06-04 17:42:42 (GMT)
commitfc0a916eee7068720bcaffc32ca5cc8e9414e9d1 (patch)
tree8f4eb45e612c646f6436e45891535582276bb126 /Source/cmLocalVisualStudio7Generator.cxx
parent3154a6649a12711068e54405f70cb4b224b13443 (diff)
downloadCMake-fc0a916eee7068720bcaffc32ca5cc8e9414e9d1.zip
CMake-fc0a916eee7068720bcaffc32ca5cc8e9414e9d1.tar.gz
CMake-fc0a916eee7068720bcaffc32ca5cc8e9414e9d1.tar.bz2
ENH: allow duplicate commands with the same output to be reduced automatically to one command
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index a3fcd7b..5e4b5cd 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -951,7 +951,7 @@ void cmLocalVisualStudio7Generator::WriteVCProjEndGroup(std::ostream& fout)
// look for custom rules on a target and collect them together
void cmLocalVisualStudio7Generator::OutputTargetRules(std::ostream& fout,
const cmTarget &target,
- const char */* libName */)
+ const char * /* libName */)
{
if (target.GetType() > cmTarget::UTILITY)
{