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
This commit is contained in:
parent
675fde71d9
commit
a80b8bad6c
6
3rdparty/libconfig/libconfig.c
vendored
6
3rdparty/libconfig/libconfig.c
vendored
@ -96,7 +96,8 @@ static void __config_locale_override(void)
|
|||||||
|
|
||||||
#else
|
#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
|
#endif
|
||||||
}
|
}
|
||||||
@ -117,7 +118,8 @@ static void __config_locale_restore(void)
|
|||||||
|
|
||||||
#else
|
#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
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user