summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2012-02-05 01:48:08 (GMT)
committerPeter Collingbourne <peter@pcc.me.uk>2012-02-05 01:48:08 (GMT)
commit5d19e8aa6aac75fb08897aece8aa5545360aeeb2 (patch)
treee0b146f3ba228be4542b663c69facc6b266609fa /Source/cmNinjaNormalTargetGenerator.cxx
parentbfe56f6802fc7db7f8e824aab8881be6cf23ccef (diff)
downloadCMake-5d19e8aa6aac75fb08897aece8aa5545360aeeb2.zip
CMake-5d19e8aa6aac75fb08897aece8aa5545360aeeb2.tar.gz
CMake-5d19e8aa6aac75fb08897aece8aa5545360aeeb2.tar.bz2
Ninja: Appease various compilers
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index d7f8ad7..4dd6a9b 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -281,6 +281,7 @@ cmNinjaNormalTargetGenerator
default:
assert(0 && "Unexpected target type");
}
+ return std::vector<std::string>();
}
void cmNinjaNormalTargetGenerator::WriteLinkStatement()