summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
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
}