Allow declarations after statements
We officially allow C99, so don't forbid this C99 feature.
This commit is contained in:
parent
66b7edb108
commit
c2d56a4446
4 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
||||
|
||||
CFLAGS ?= -O2
|
||||
WARNING_CFLAGS ?= -Wall -W -Wdeclaration-after-statement
|
||||
WARNING_CFLAGS ?= -Wall -W
|
||||
WARNING_CXXFLAGS ?= -Wall -W
|
||||
LDFLAGS ?=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue