summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70cb51326..8b36c84c8 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ OPT += -ffast-math
# OPT += -fomit-frame-pointer
OPT += -Wall -Wno-sign-compare -Wno-unused-parameter
ifeq ($(GCC_VERSION), 4)
- OPT += -Wno-unused-parameter -Wno-pointer-sign
+ OPT += -Wno-pointer-sign
endif
# Server Packet Protocol version (also defined in src/common/mmo.h)
# OPT += -DPACKETVER=8