superiotool: Don't compile with -Werror
[coreboot.git] / util / superiotool / Makefile
index 38a4127bb13e2d2466031b8a125f4d1e9a96004f..6f3cfa31b5db3d034a43fd7d875982f5cd20a27e 100644 (file)
@@ -29,7 +29,7 @@ PREFIX  = /usr/local
 SVNDEF := -D'SUPERIOTOOL_VERSION="$(shell svnversion -cn . \
           | sed -e "s/.*://" -e "s/\([0-9]*\).*/\1/")"'
 
-CFLAGS += -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \
+CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \
          -Werror-implicit-function-declaration -ansi -pedantic $(SVNDEF)
 LDFLAGS += -lz