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

@@ -193,7 +193,7 @@
         { VOPNAME_GETATTR,      { .vop_getattr = ctfs_tmpl_getattr } },
         { VOPNAME_ACCESS,       { .vop_access = ctfs_access_readwrite } },
         { VOPNAME_READDIR,      { .error = fs_notdir } },
         { VOPNAME_LOOKUP,       { .error = fs_notdir } },
         { VOPNAME_INACTIVE,     { .vop_inactive = ctfs_tmpl_inactive } },
-        { NULL, NULL }
+        { NULL,                 { NULL } }
 };