summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-08-28 11:08:25 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2017-08-28 11:08:25 +1000
commit7e16b8f683ff2ca15811c5ca2b15ba6567482c21 (patch)
tree8a2b577dc38bf33e18d67efcaf56f69e2beac3ca /build_posix
parent0bba8622665cba0a17993a8f82c87261ee2157ff (diff)
downloadmongo-7e16b8f683ff2ca15811c5ca2b15ba6567482c21.tar.gz
WT-3536 Re-enable build warnings for clang strict build. (#3619)
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/aclocal/strict.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/build_posix/aclocal/strict.m4 b/build_posix/aclocal/strict.m4
index ef6a59cb4f1..f9509df26bf 100644
--- a/build_posix/aclocal/strict.m4
+++ b/build_posix/aclocal/strict.m4
@@ -90,13 +90,6 @@ AC_DEFUN([AM_CLANG_WARNINGS], [
w="$w -Wno-reserved-id-macro"
w="$w -Wno-zero-length-array"
- # Added when switching to building with clang 3.4.2
- w="$w -Wno-array-bounds"
- w="$w -Wno-parentheses-equality"
- w="$w -Wno-self-assign"
- w="$w -Wno-unreachable-code"
- w="$w -Wno-unreachable-code-return"
-
# We should turn on cast-qual, but not as a fatal error: see WT-2690.
# For now, turn it off.
# w="$w -Wno-error=cast-qual"