diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |