commit | c2d56a4446a6ac74a94c20c5db9dfc2a3bae62e9 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Jun 25 18:52:06 2019 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Jun 25 18:52:06 2019 +0200 |
tree | c52e8bc0cdf1f3becfbe4c41e3cf7145dbac788a | |
parent | 66b7edb10865809a972362ce362c62820075ade3 [diff] |
Allow declarations after statements We officially allow C99, so don't forbid this C99 feature.
diff --git a/tests/Makefile b/tests/Makefile index 27ce338..40ff5b0 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -3,7 +3,7 @@ # To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS CFLAGS ?= -O2 -WARNING_CFLAGS ?= -Wall -W -Wdeclaration-after-statement -Wunused +WARNING_CFLAGS ?= -Wall -W -Wunused LDFLAGS ?= LOCAL_CFLAGS = $(WARNING_CFLAGS) -I../include -D_FILE_OFFSET_BITS=64