7127 remove -Wno-missing-braces from Makefile.uts
@@ -95,11 +95,11 @@ &mod_miscops, /* Type of module */ "USBA: USB Architecture 2.0 1.66" }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modlmisc, NULL + MODREV_1, { (void *)&modlmisc, NULL } }; static usb_log_handle_t usba_log_handle; uint_t usba_errlevel = USB_LOG_L4;