From b5d946a333f8faff998160c4da499c3c25a2d3ac Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Sep 2016 10:29:47 +0200 Subject: 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 --- extra/locale/gen_wctype.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extra/locale/gen_wctype.c') diff --git a/extra/locale/gen_wctype.c b/extra/locale/gen_wctype.c index d5b5c5c28..70345096b 100644 --- a/extra/locale/gen_wctype.c +++ b/extra/locale/gen_wctype.c @@ -682,7 +682,6 @@ int main(int argc, char **argv) output_table("ctype", &cttable); output_table("uplow", &ultable); -#warning fix the upper bound on the upper/lower tables... save 200 bytes or so printf("#define __LOCALE_DATA_WCuplow_diffs %7u\n", ul_count); printf("\n#ifdef WANT_WCuplow_diff_data\n\n"); printf("\nstatic const short __LOCALE_DATA_WCuplow_diff_data[%zu] = {", -- cgit v1.2.3