remove *printf warnings preventing wprobe to build on uml x86_64

SVN-Revision: 17287
master
Nicolas Thill 15 years ago
parent 757b8c4adb
commit 2466ba038e
  1. 2
      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=

Loading…
Cancel
Save