Browse Source

remove *printf warnings preventing wprobe to build on uml x86_64

SVN-Revision: 17287
Nicolas Thill 16 years ago
parent
commit
2466ba038e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/wprobe/src/Makefile.inc

+ 1 - 1
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=