summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-01 15:06:15 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-04-01 15:06:15 (GMT)
commit242e13bfe622d80ca329119ae4027d739d7fa90f (patch)
tree7c7d678ea86fd9d50dd2d7ad796eec45adfc07ff /Source/cmSystemTools.cxx
parenta5a6d537824d5c05ad6b9e6b4f13b92b492543c4 (diff)
parent8c9c4fe1a6d0c660c7e4e4c1af2cdf2e889fbfbd (diff)
downloadCMake-242e13bfe622d80ca329119ae4027d739d7fa90f.zip
CMake-242e13bfe622d80ca329119ae4027d739d7fa90f.tar.gz
CMake-242e13bfe622d80ca329119ae4027d739d7fa90f.tar.bz2
Merge topic 'clang-warnings'
8c9c4fe1 Remove 'return' statements that can never be reached 50ca77f4 create_test_sourcelist: Initialize variable at declaration
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index ef1e37b..5beb36d 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -1616,7 +1616,6 @@ long copy_data(struct archive *ar, struct archive *aw)
return (r);
}
}
- return r;
}
bool extract_tar(const char* outFileName, bool verbose,