From a80b8bad6ce4d842714c014d6e2e400edfa8000c Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 2 May 2012 03:26:26 +0000 Subject: [PATCH] Clearing a few dozen buildbot warnings. MAKE THE TREE GREEN! <3PEKKLE git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16036 54d463be-8e91-2dee-dedb-b68131a5f0ec --- 3rdparty/libconfig/libconfig.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/3rdparty/libconfig/libconfig.c b/3rdparty/libconfig/libconfig.c index 1e594fc2b3..2e90315c6e 100644 --- a/3rdparty/libconfig/libconfig.c +++ b/3rdparty/libconfig/libconfig.c @@ -96,7 +96,8 @@ static void __config_locale_override(void) #else -#warning "No way to modify calling thread's locale!" +/* locale overriding is pretty pointless (rathena doesn't make use of the area that uses locale functionality), but I'm actually removing it because it floods the buildbot with warnings */ +//#warning "No way to modify calling thread's locale!" #endif } @@ -117,7 +118,8 @@ static void __config_locale_restore(void) #else -#warning "No way to modify calling thread's locale!" +/* locale overriding is pretty pointless (rathena doesn't make use of the area that uses locale functionality), but I'm actually removing it because it floods the buildbot with warnings */ +//#warning "No way to modify calling thread's locale!" #endif }