diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-11-07 12:46:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-13 18:26:10 (GMT) |
commit | 5f6432f2537203084a40f0d204a5643091f6a915 (patch) | |
tree | 214ccc5582d16dfee4d011b40933826a5e07d103 /Source/cmGlobalVisualStudioGenerator.cxx | |
parent | 9f16d428a1146e4f108dd67e743c2c00911c4383 (diff) | |
download | CMake-5f6432f2537203084a40f0d204a5643091f6a915.zip CMake-5f6432f2537203084a40f0d204a5643091f6a915.tar.gz CMake-5f6432f2537203084a40f0d204a5643091f6a915.tar.bz2 |
Resolve warnings about shadowing parameters and local variables.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx index 0968b77..ea6757d 100644 --- a/Source/cmGlobalVisualStudioGenerator.cxx +++ b/Source/cmGlobalVisualStudioGenerator.cxx @@ -75,7 +75,6 @@ void cmGlobalVisualStudioGenerator::Generate() #endif // Now make all targets depend on the ALL_BUILD target - cmTargets targets; for(std::vector<cmLocalGenerator*>::iterator i = gen.begin(); i != gen.end(); ++i) { |