Skip to content

Commit da87fdc

Browse files
committed
CDRIVER-669: Turn compiler warnings into errors for GCC on Evergreen
1 parent 7bc1385 commit da87fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ c_driver_variables:
8282
## Common sets of CFLAGS
8383
cflags:
8484
standard: &cflags_64
85-
cflags: "-m64 -march=x86-64"
85+
cflags: "-m64 -march=x86-64 -Werror"
8686
standard_32: &cflags_32
87-
cflags: "-m32 -march=i386"
87+
cflags: "-m32 -march=i386 -Werror"
8888
osx_108: &cflags_osx_108
8989
cflags: "-m64 -march=x86-64"
9090

0 commit comments

Comments
 (0)