remove *printf warnings preventing wprobe to build on uml x86_64
SVN-Revision: 17287
This commit is contained in:
parent
757b8c4adb
commit
2466ba038e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ CC=gcc
|
||||||
AR=ar
|
AR=ar
|
||||||
RANLIB=ranlib
|
RANLIB=ranlib
|
||||||
|
|
||||||
WFLAGS = -Wall -Werror
|
WFLAGS = -Wall -Werror -Wno-format
|
||||||
CFLAGS?=-O2
|
CFLAGS?=-O2
|
||||||
CPPFLAGS=
|
CPPFLAGS=
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
|
|
Loading…
Reference in a new issue