From 886b40e4b5d8d3677ce136aafb7a8d359f35d03e Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Mon, 19 Nov 2012 14:08:45 +0100 Subject: Makefile: Remove CFLAGS unsupported by old gcc --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3