From ce811cd7d1d38f20bd6cf516912547ff068558f1 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Thu, 30 Jun 2011 21:01:52 +0000 Subject: [PATCH] Minor tweaking --- reaction/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reaction/Makefile b/reaction/Makefile index 0881b7f9..cbb2ce42 100644 --- a/reaction/Makefile +++ b/reaction/Makefile @@ -270,6 +270,7 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu")) BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ -pipe -DUSE_ICON + BASE_CFLAGS += -Wno-unused-but-set-variable CLIENT_CFLAGS = $(SDL_CFLAGS) SERVER_CFLAGS = @@ -2153,7 +2154,7 @@ $(B)/client/%.o: $(SYSDIR)/%.rc $(B)/ded/%.o: $(ASMDIR)/%.s $(DO_AS) - k8 so inline assembler knows about SSE +# k8 so inline assembler knows about SSE $(B)/ded/%.o: $(ASMDIR)/%.c $(DO_CC) -march=k8