diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2012-02-05 01:48:08 (GMT) |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2012-02-05 01:48:08 (GMT) |
commit | 5d19e8aa6aac75fb08897aece8aa5545360aeeb2 (patch) | |
tree | e0b146f3ba228be4542b663c69facc6b266609fa /Source/cmNinjaNormalTargetGenerator.cxx | |
parent | bfe56f6802fc7db7f8e824aab8881be6cf23ccef (diff) | |
download | CMake-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.cxx | 1 |
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() |