bearssl: Suppress warnings from functions that have no args
clag15 is much pickier than others, so suppress the warning until upstream can be updated. Sponsored by: Netflix
This commit is contained in:
@@ -4,4 +4,4 @@ BEARSSL?= ${SRCTOP}/contrib/bearssl
|
||||
BEARSSL_SRC= ${BEARSSL}/src
|
||||
|
||||
CFLAGS+= -I${BEARSSL}/inc
|
||||
|
||||
CFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|
||||
|
||||
Reference in New Issue
Block a user