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/cmGlobalVisualStudio8Generator.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/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio8Generator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx index bca1754..a6ed2a6 100644 --- a/Source/cmGlobalVisualStudio8Generator.cxx +++ b/Source/cmGlobalVisualStudio8Generator.cxx @@ -204,7 +204,6 @@ void cmGlobalVisualStudio8Generator::AddCheckTarget() // overwritten by the CreateVCProjBuildRule. // (this could be avoided with per-target source files) const char* no_main_dependency = 0; - const char* no_working_directory = 0; if(cmSourceFile* file = mf->AddCustomCommandToOutput( stamps, listFiles, |