diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 10:29:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-26 20:23:29 +0200 |
commit | b5d946a333f8faff998160c4da499c3c25a2d3ac (patch) | |
tree | e49110206c0665ba82ff49f213b80f47be220c64 /extra/locale/gen_locale.c | |
parent | 29ff9055c80efe77a7130767a9fcb3ab8c67e8ce (diff) |
locale: cleanup support
Enable locale application to be build when utils are
build. Remove useless compile and link warnings.
Default to minimal locale builds.
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
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); |