From: Nicolas Thill Date: Sun, 16 Aug 2009 10:26:22 +0000 (+0000) Subject: remove *printf warnings preventing wprobe to build on uml x86_64 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2466ba038e473004652995b8b99bf7b6d032b2b6;p=openwrt%2Fstaging%2Fansuel.git remove *printf warnings preventing wprobe to build on uml x86_64 SVN-Revision: 17287 --- diff --git a/package/wprobe/src/Makefile.inc b/package/wprobe/src/Makefile.inc index 05a2dd979f..5044c0a55a 100644 --- a/package/wprobe/src/Makefile.inc +++ b/package/wprobe/src/Makefile.inc @@ -4,7 +4,7 @@ CC=gcc AR=ar RANLIB=ranlib -WFLAGS = -Wall -Werror +WFLAGS = -Wall -Werror -Wno-format CFLAGS?=-O2 CPPFLAGS= LDFLAGS=