aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/mbedtls
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-07 15:26:57 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-07 15:26:57 +0100
commitb976979ce673c693dec0fc9c28c43d5b63ebd9b1 (patch)
treeb7424254756eb16dd70da21425373e45ccf39f0f /test/monniaux/mbedtls
parenta958e451457fb932248eb47ee44c833d57cfcdb7 (diff)
downloadcompcert-kvx-b976979ce673c693dec0fc9c28c43d5b63ebd9b1.tar.gz
compcert-kvx-b976979ce673c693dec0fc9c28c43d5b63ebd9b1.zip
stop warning about system includes
Diffstat (limited to 'test/monniaux/mbedtls')
-rwxr-xr-xtest/monniaux/mbedtls/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/mbedtls/make.sh b/test/monniaux/mbedtls/make.sh
index 5d40988e..62eb87db 100755
--- a/test/monniaux/mbedtls/make.sh
+++ b/test/monniaux/mbedtls/make.sh
@@ -1,3 +1,3 @@
CCOMP=`pwd`/../../../ccomp
cd mbedtls
-make CC=$CCOMP CFLAGS="-fstruct-passing -fbitfields -Dvolatile= -U__STRICT_ANSI__" WARNING_CFLAGS="-Wall -fno-unprototyped" "$@"
+make CC=$CCOMP CFLAGS="-fstruct-passing -fbitfields -Dvolatile= -U__STRICT_ANSI__" WARNING_CFLAGS="-Wall -Wno-c11-extensions -fno-unprototyped" "$@"