mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:01:10 +02:00
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
This commit is contained in:
parent
feff097f66
commit
e340bbed3a
@ -4,7 +4,7 @@ CC=gcc
|
||||
AR=ar
|
||||
RANLIB=ranlib
|
||||
|
||||
WFLAGS = -Wall -Werror
|
||||
WFLAGS = -Wall -Werror -Wno-format
|
||||
CFLAGS?=-O2
|
||||
CPPFLAGS=
|
||||
LDFLAGS=
|
||||
|
Loading…
Reference in New Issue
Block a user