mirror of https://github.com/encounter/SDL.git
riscos: Fix iconv warnings
This commit is contained in:
parent
15bae953b1
commit
e7b514d8ff
|
@ -37,7 +37,7 @@
|
|||
iconv() may or may not use const char ** for the inbuf param.
|
||||
If we get this wrong, it's just a warning, so no big deal.
|
||||
*/
|
||||
#if defined(_XGP6) || defined(__APPLE__) || \
|
||||
#if defined(_XGP6) || defined(__APPLE__) || defined(__RISCOS__) || \
|
||||
defined(__EMSCRIPTEN__) || \
|
||||
(defined(__GLIBC__) && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) || \
|
||||
(defined(_NEWLIB_VERSION)))
|
||||
|
|
Loading…
Reference in New Issue