remove *printf warnings preventing wprobe to build on uml x86_64

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17287 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2009-08-16 10:26:22 +00:00
parent d291cb7d85
commit 2f3a8a9296
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CC=gcc
AR=ar
RANLIB=ranlib
WFLAGS = -Wall -Werror
WFLAGS = -Wall -Werror -Wno-format
CFLAGS?=-O2
CPPFLAGS=
LDFLAGS=