Ignore a warning in ubldr where clang doesn't understand the %D printf

specifier from libstand.
This commit is contained in:
Andrew Turner 2012-12-15 21:47:05 +00:00
parent 70b6701d78
commit d39894842b

View File

@ -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