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