Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 388,398 **** &mod_strmodops, "terminal line discipline", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, &modlstrmod, NULL }; int _init(void) --- 388,398 ---- &mod_strmodops, "terminal line discipline", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, { &modlstrmod, NULL } }; int _init(void)
*** 503,522 **** LDTERM_CS_TYPE_EUC, (uchar_t)0, (uchar_t)0, (char *)NULL, { ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0', ! '\0', '\0', '\0', '\0' } }; /* * The following tables are from either u8_textprep.c or uconv.c at --- 503,522 ---- LDTERM_CS_TYPE_EUC, (uchar_t)0, (uchar_t)0, (char *)NULL, { ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' }, ! { '\0', '\0', '\0', '\0' } } }; /* * The following tables are from either u8_textprep.c or uconv.c at