mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
libcbor: Ignore errors for unknown #pragmas
libcbor embeds clang-specific #pragmas that GCC then warns about. Reviewed by: emaste
This commit is contained in:
parent
0612538e3a
commit
6ca0468a2f
@ -30,6 +30,7 @@ SRCS+= cbor/internal/unicode.c
|
||||
CFLAGS+= -I${DIST}/src -I${.CURDIR}
|
||||
|
||||
WARNS?= 2
|
||||
IGNORE_PRAGMA=
|
||||
MAN=
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user