summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-09-15 16:19:08 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-16 15:58:26 +0000
commitb14155d5714315ad771ba9bf07a7aae34a2f4405 (patch)
tree46ed0f1027ff550bdb92387b948c91b521c411ee /etc/evergreen.yml
parent2d7b970b51dea751dd371838260f591bbf0eb3c0 (diff)
downloadmongo-b14155d5714315ad771ba9bf07a7aae34a2f4405.tar.gz
SERVER-59233 Suppress some warnings in third-party code or its use
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index db0ee5e2a86..6db0ab5bbed 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -7867,7 +7867,7 @@ buildvariants:
display_name: "~ Shared Library Enterprise Ubuntu 21.04 clang12 DEBUG"
expansions:
<<: *enterprise-ubuntu2104-dynamic-gcc11-debug-experimental-expansions
- compile_flags: --dbg=on --opt=on -j$(grep -c ^processor /proc/cpuinfo) --link-model=dynamic CC=/usr/bin/clang-12 CXX=/usr/bin/clang++-12 --disable-warnings-as-errors
+ compile_flags: --dbg=on --opt=on -j$(grep -c ^processor /proc/cpuinfo) --link-model=dynamic CC=/usr/bin/clang-12 CXX=/usr/bin/clang++-12
- <<: *enterprise-ubuntu2104-dynamic-gcc11-debug-experimental-template
name: enterprise-ubuntu2104-dynamic-gcc11-cxx20-debug-experimental