Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Libor Bukata
CMake
Commits
b398e716
Commit
b398e716
authored
May 30, 2017
by
Brad King
Browse files
cmVisualStudio10TargetGenerator: Remove shadowing local variable
parent
da2330bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmVisualStudio10TargetGenerator.cxx
View file @
b398e716
...
...
@@ -3154,8 +3154,6 @@ bool cmVisualStudio10TargetGenerator::ComputeLinkOptions(
// FIXME: Select flag table based on toolset instead of VS version.
if
(
this
->
LocalGenerator
->
GetVersion
()
>=
cmGlobalVisualStudioGenerator
::
VS14
)
{
cmGlobalVisualStudio10Generator
*
gg
=
static_cast
<
cmGlobalVisualStudio10Generator
*>
(
this
->
GlobalGenerator
);
const
char
*
toolset
=
gg
->
GetPlatformToolset
();
if
(
toolset
&&
(
toolset
==
kWINDOWS_7_1_SDK
||
/* clang-format please break here */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment