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:
Warner Losh
2023-02-13 08:19:40 -07:00
parent b9f235ba31
commit 9768746ba8
+1 -1
View File
@@ -4,4 +4,4 @@ BEARSSL?= ${SRCTOP}/contrib/bearssl
BEARSSL_SRC= ${BEARSSL}/src
CFLAGS+= -I${BEARSSL}/inc
CFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}