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

*** 42,53 **** &mod_miscops, "uath firmware wrapper module 1.1" }; static struct modlinkage modlinkage = { MODREV_1, ! &modlmisc, ! 0 }; int _init(void) { --- 42,52 ---- &mod_miscops, "uath firmware wrapper module 1.1" }; static struct modlinkage modlinkage = { MODREV_1, ! { &modlmisc, NULL } }; int _init(void) {