remove *printf warnings preventing wprobe to build on uml x86_64
authorNicolas Thill <nico@openwrt.org>
Sun, 16 Aug 2009 10:26:22 +0000 (10:26 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 16 Aug 2009 10:26:22 +0000 (10:26 +0000)
SVN-Revision: 17287

package/wprobe/src/Makefile.inc

index 05a2dd979f34d3445aeedc96734fb8fa934e5ec9..5044c0a55ac435234dd68f2b4d5ff21fc30d3dc8 100644 (file)
@@ -4,7 +4,7 @@ CC=gcc
 AR=ar
 RANLIB=ranlib
 
-WFLAGS = -Wall -Werror
+WFLAGS = -Wall -Werror -Wno-format
 CFLAGS?=-O2
 CPPFLAGS=
 LDFLAGS=