mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-06 06:55:11 +00:00
Merge remote-tracking branch 'origin/pr/2726' into development
* origin/pr/2726: Warn if VLAs are used Remove redundant compiler flag Consistently spell -Wextra Allow declarations after statements
This commit is contained in:
commit
01604a334a
5 changed files with 10 additions and 7 deletions
|
|
@ -3,8 +3,8 @@
|
|||
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
||||
|
||||
CFLAGS ?= -O2
|
||||
WARNING_CFLAGS ?= -Wall -W -Wdeclaration-after-statement
|
||||
WARNING_CXXFLAGS ?= -Wall -W
|
||||
WARNING_CFLAGS ?= -Wall -Wextra
|
||||
WARNING_CXXFLAGS ?= -Wall -Wextra
|
||||
LDFLAGS ?=
|
||||
|
||||
LOCAL_CFLAGS = $(WARNING_CFLAGS) -I../include -D_FILE_OFFSET_BITS=64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue