summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-04 15:47:04 (GMT)
committerBrad King <brad.king@kitware.com>2014-04-07 14:10:04 (GMT)
commit72e137ea7d4912099b469f6a3b0f8913a1ac5a65 (patch)
tree74e2760b90664b3ce3e9e06298c863f2fc11a322 /Source/cmSystemTools.cxx
parenta43d82dca45322ea2994680fed5394577c3c50f8 (diff)
downloadCMake-72e137ea7d4912099b469f6a3b0f8913a1ac5a65.zip
CMake-72e137ea7d4912099b469f6a3b0f8913a1ac5a65.tar.gz
CMake-72e137ea7d4912099b469f6a3b0f8913a1ac5a65.tar.bz2
Re-word comment on unreachable return statements
Do not use the word "warning" in the comment because CTest launchers match it and CTestCustom.cmake.in does not suppress it.
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index c1c33f2..635e31c 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -1617,7 +1617,7 @@ long copy_data(struct archive *ar, struct archive *aw)
}
}
#if !defined(__clang__)
- return r; /* this should not happen but it silences a warning */
+ return r; /* this should not happen but it quiets some compilers */
#endif
}