libcbor: Ignore errors for unknown #pragmas

libcbor embeds clang-specific #pragmas that GCC then warns about.

Reviewed by:	emaste
This commit is contained in:
John Baldwin 2024-05-07 11:44:52 -07:00
parent 0612538e3a
commit 6ca0468a2f

View File

@ -30,6 +30,7 @@ SRCS+= cbor/internal/unicode.c
CFLAGS+= -I${DIST}/src -I${.CURDIR}
WARNS?= 2
IGNORE_PRAGMA=
MAN=
.include <bsd.lib.mk>