diff options
Diffstat (limited to 'extra/locale/gen_locale.c')
-rw-r--r-- | extra/locale/gen_locale.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/locale/gen_locale.c b/extra/locale/gen_locale.c index 5e8936082..a2cb52ee7 100644 --- a/extra/locale/gen_locale.c +++ b/extra/locale/gen_locale.c @@ -1080,8 +1080,6 @@ static void lc_monetary_C(int X, int k) int j, m; char c_buf[2]; -#warning fix the char entries for monetary... target signedness of char may be different! - c_buf[1] = 0; c_buf[0] = *nl_langinfo(X); j = addstring(c_buf); |