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

*** 1673,1686 **** &winlock_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modldrv, ! 0, ! 0, ! 0 }; int _init(void) { --- 1673,1683 ---- &winlock_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modldrv, NULL } }; int _init(void) {