7127 remove -Wno-missing-braces from Makefile.uts
@@ -22,12 +22,10 @@ /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/ddi.h> #include <sys/sunddi.h> #include <sys/modctl.h> #ifdef DEBUG #include <sys/cmn_err.h>
@@ -47,12 +45,11 @@ }; static struct modlinkage linkage = { MODREV_1, - (void *) &misc, - NULL + { (void *) &misc, NULL } }; int _init()