summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-14 21:44:21 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-14 22:41:40 (GMT)
commit38df5c36d66313a5dd7859c1c55a41f60f141b13 (patch)
tree01edfb795e3825fb89057452d897811a5e3d42ea /Source/cmVisualStudio10TargetGenerator.cxx
parent4ee2b2670854b071c8b8ceafb2a4a00f72069ef9 (diff)
downloadCMake-38df5c36d66313a5dd7859c1c55a41f60f141b13.zip
CMake-38df5c36d66313a5dd7859c1c55a41f60f141b13.tar.gz
CMake-38df5c36d66313a5dd7859c1c55a41f60f141b13.tar.bz2
Remove now-obsolete casts.
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index 1b62821..6abac5d 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -1743,8 +1743,7 @@ bool cmVisualStudio10TargetGenerator::OutputSourceSpecificFlags(
void cmVisualStudio10TargetGenerator::WritePathAndIncrementalLinkOptions()
{
- cmState::TargetType ttype =
- (cmState::TargetType)this->GeneratorTarget->GetType();
+ cmState::TargetType ttype = this->GeneratorTarget->GetType();
if(ttype > cmState::GLOBAL_TARGET)
{
return;