Ignore a warning in ubldr where clang doesn't understand the %D printf
specifier from libstand.
This commit is contained in:
parent
70b6701d78
commit
d39894842b
@ -109,6 +109,9 @@ CFLAGS+= -I${.OBJDIR}/../../uboot/lib
|
||||
# where to get libstand from
|
||||
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
|
||||
|
||||
# clang doesn't understand %D as a specifier to printf
|
||||
NO_WERROR.clang=
|
||||
|
||||
DPADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBSTAND}
|
||||
LDADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} -lstand
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user