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

@@ -48,11 +48,11 @@
         &mod_miscops,   /* Type of module */
         IDM_NAME_VERSION
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modlmisc, NULL
+        MODREV_1, { (void *)&modlmisc, NULL }
 };
 
 extern void idm_wd_thread(void *arg);
 
 static int _idm_init(void);