remove *printf warnings preventing wprobe to build on uml x86_64
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 16 Aug 2009 10:26:22 +0000 (10:26 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 16 Aug 2009 10:26:22 +0000 (10:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17287 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/wprobe/src/Makefile.inc

index 05a2dd9..5044c0a 100644 (file)
@@ -4,7 +4,7 @@ CC=gcc
 AR=ar
 RANLIB=ranlib
 
-WFLAGS = -Wall -Werror
+WFLAGS = -Wall -Werror -Wno-format
 CFLAGS?=-O2
 CPPFLAGS=
 LDFLAGS=
This page took 0.028491 seconds and 4 git commands to generate.