summaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-02 03:26:26 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-02 03:26:26 +0000
commit96c6073d6eadeac6778523e3ae0da7f4bcab5452 (patch)
tree2e4d6aa6f39762e7ee8629f6b6e04344bdcb03cf /3rdparty
parent09260e6bcf2de907c2568d849770854a6fe6635c (diff)
downloadhercules-96c6073d6eadeac6778523e3ae0da7f4bcab5452.tar.gz
hercules-96c6073d6eadeac6778523e3ae0da7f4bcab5452.tar.bz2
hercules-96c6073d6eadeac6778523e3ae0da7f4bcab5452.tar.xz
hercules-96c6073d6eadeac6778523e3ae0da7f4bcab5452.zip
Clearing a few dozen buildbot warnings. MAKE THE TREE GREEN! <3PEKKLE
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16036 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/libconfig/libconfig.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/3rdparty/libconfig/libconfig.c b/3rdparty/libconfig/libconfig.c
index 1e594fc2b..2e90315c6 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
}