summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-11-19 14:08:45 +0100
committerPali Rohár <pali.rohar@gmail.com>2012-11-19 14:08:45 +0100
commit886b40e4b5d8d3677ce136aafb7a8d359f35d03e (patch)
tree2a4c7fffd3bf33d515494f5773bb20545d143969
parent99294e1b74fe2d7ddc0ebcbd0a6eb9e1564eaa19 (diff)
download0xFFFF-886b40e4b5d8d3677ce136aafb7a8d359f35d03e.tar.bz2
Makefile: Remove CFLAGS unsupported by old gcc
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 877173b..7d9af39 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
include ../config.mk
CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE -I.
-CFLAGS += -W -Wall -Wno-unused-parameter -Wno-unused-result -O2 -pedantic -std=c99
+CFLAGS += -W -Wall -O2 -pedantic -std=c99
LIBS += -lm -lusb
OBJS = main.o nolo.o printf-utils.o image.o fiasco.o device.o usb-device.o cold-flash.o dump.o qmode.o console.o squeue/squeue.o operations.o local.o mkii.o disk.o