libcbor: Ignore errors for unknown #pragmas
libcbor embeds clang-specific #pragmas that GCC then warns about. Reviewed by: emaste
This commit is contained in:
@@ -30,6 +30,7 @@ SRCS+= cbor/internal/unicode.c
|
||||
CFLAGS+= -I${DIST}/src -I${.CURDIR}
|
||||
|
||||
WARNS?= 2
|
||||
IGNORE_PRAGMA=
|
||||
MAN=
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
Reference in New Issue
Block a user