mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-13 09:01:48 +03:00
Allow declarations after statements
We officially allow C99, so don't forbid this C99 feature.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# Also see "include/mbedtls/config.h"
|
||||
|
||||
CFLAGS ?= -O2
|
||||
WARNING_CFLAGS ?= -Wall -W -Wdeclaration-after-statement
|
||||
WARNING_CFLAGS ?= -Wall -W
|
||||
LDFLAGS ?=
|
||||
|
||||
LOCAL_CFLAGS = $(WARNING_CFLAGS) -I../include -D_FILE_OFFSET_BITS=64
|
||||
|
Reference in New Issue
Block a user