mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Consistently spell -Wextra
-W is a deprecated alias of -Wextra. Consistently use the new name.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
||||
|
||||
CFLAGS ?= -O2
|
||||
WARNING_CFLAGS ?= -Wall -W -Wunused
|
||||
WARNING_CFLAGS ?= -Wall -Wextra -Wunused
|
||||
LDFLAGS ?=
|
||||
|
||||
LOCAL_CFLAGS = $(WARNING_CFLAGS) -I../include -D_FILE_OFFSET_BITS=64
|
||||
|
Reference in New Issue
Block a user