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

*** 95,105 **** &mod_miscops, /* Type of module */ "USBA: USB Architecture 2.0 1.66" }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; static usb_log_handle_t usba_log_handle; uint_t usba_errlevel = USB_LOG_L4; --- 95,105 ---- &mod_miscops, /* Type of module */ "USBA: USB Architecture 2.0 1.66" }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; static usb_log_handle_t usba_log_handle; uint_t usba_errlevel = USB_LOG_L4;