summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-08-23 11:40:01 -0400
committerGitHub <noreply@github.com>2016-08-23 11:40:01 -0400
commita66deaf266fa0df225c3f41885e65e6a4639dccd (patch)
tree75acfe01ca0bc38adda632dc0458cea6e9616730
parent2b8aedd138ee608a3edbfb311ebde7e599bdbb45 (diff)
downloadmongo-a66deaf266fa0df225c3f41885e65e6a4639dccd.tar.gz
WT-2850 clang 4.1 attribute warnings when building (#2972)
-rw-r--r--build_posix/aclocal/strict.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/build_posix/aclocal/strict.m4 b/build_posix/aclocal/strict.m4
index b59f09fe584..0dbd5dbee16 100644
--- a/build_posix/aclocal/strict.m4
+++ b/build_posix/aclocal/strict.m4
@@ -64,6 +64,7 @@ AC_DEFUN([AM_CLANG_WARNINGS], [
# removed in the not-too-distant future.
# Apple clang version 4.1
# (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
+ w="$w -Wno-attributes"
w="$w -Wno-pedantic"
w="$w -Wno-unused-command-line-argument"