summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-18 14:31:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-18 14:31:16 (GMT)
commit857a54ec54db19273e56352d0a38f31bb0e35bdd (patch)
tree1affe76eb3cc0944eeb486029f244cf54beb7d16 /Source/cmLocalVisualStudio6Generator.cxx
parent3ebb0f54693641b8b1bd43f4b130d9e5d17c7190 (diff)
downloadCMake-857a54ec54db19273e56352d0a38f31bb0e35bdd.zip
CMake-857a54ec54db19273e56352d0a38f31bb0e35bdd.tar.gz
CMake-857a54ec54db19273e56352d0a38f31bb0e35bdd.tar.bz2
STYLE: fix warning
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index d53ac78..edb0610 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -1475,7 +1475,7 @@ void cmLocalVisualStudio6Generator
void cmLocalVisualStudio6Generator
-::GetTargetObjectFileDirectories(cmTarget* target,
+::GetTargetObjectFileDirectories(cmTarget* ,
std::vector<std::string>&
dirs)
{