From 0e902d3ef5ba182e842803af91241bfec4164c93 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 12 Apr 2007 17:37:38 +0000 Subject: fixed makefile typo, maps_athena typo, svn:eol-style native for some files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10238 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-60-g2f50