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

@@ -22,12 +22,10 @@
 /*
  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*
  * Global SCSI data
  */
 
 #include <sys/scsi/scsi.h>

@@ -86,7 +84,7 @@
  * to pass to scsi_errmsg().
  */
 struct scsi_key_strings scsi_cmds[] = {
         SCSI_CMDS_KEY_STRINGS,
         SCSI_CMDS_KEY_STRINGS_CDIO,
-        -1,                     NULL
+        { -1,                   NULL }
 };