summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-12 17:37:38 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-12 17:37:38 +0000
commit0e902d3ef5ba182e842803af91241bfec4164c93 (patch)
treec6d64ee08591cac3c71be8b88968424479fe8a28 /Makefile
parent9defe125db3cb030e11d4be112e2e1fd2d497f93 (diff)
downloadhercules-0e902d3ef5ba182e842803af91241bfec4164c93.tar.gz
hercules-0e902d3ef5ba182e842803af91241bfec4164c93.tar.bz2
hercules-0e902d3ef5ba182e842803af91241bfec4164c93.tar.xz
hercules-0e902d3ef5ba182e842803af91241bfec4164c93.zip
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
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