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

@@ -388,11 +388,11 @@
         &mod_strmodops, "terminal line discipline", &fsw
 };
 
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlstrmod, NULL
+        MODREV_1, { &modlstrmod, NULL }
 };
 
 
 int
 _init(void)

@@ -503,20 +503,20 @@
         LDTERM_CS_TYPE_EUC,
         (uchar_t)0,
         (uchar_t)0,
         (char *)NULL,
         {
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0',
-                '\0', '\0', '\0', '\0'
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' },
+                { '\0', '\0', '\0', '\0' }
         }
 };
 
 /*
  * The following tables are from either u8_textprep.c or uconv.c at