remove *printf warnings preventing wprobe to build on uml x86_64

SVN-Revision: 17287
This commit is contained in:
Nicolas Thill 2009-08-16 10:26:22 +00:00
parent 757b8c4adb
commit 2466ba038e

View File

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