7127 remove -Wno-missing-braces from Makefile.uts
@@ -787,12 +787,12 @@ int specinit(int fstype, char *name) { static const fs_operation_def_t spec_vfsops_template[] = { - VFSNAME_SYNC, { .vfs_sync = spec_sync }, - NULL, NULL + { VFSNAME_SYNC, { .vfs_sync = spec_sync } }, + { NULL, {NULL } } }; extern struct vnodeops *spec_vnodeops; extern const fs_operation_def_t spec_vnodeops_template[]; struct vfsops *spec_vfsops; int error;