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

*** 62,76 **** }; #endif static struct modlinkage modlinkage = { MODREV_1, ! &modlsys, #ifdef _SYSCALL32_IMPL &modlsys32, #endif NULL }; #define PSET_BADATTR(attr) ((~PSET_NOESCAPE) & (attr)) int --- 62,77 ---- }; #endif static struct modlinkage modlinkage = { MODREV_1, ! { &modlsys, #ifdef _SYSCALL32_IMPL &modlsys32, #endif NULL + } }; #define PSET_BADATTR(attr) ((~PSET_NOESCAPE) & (attr)) int