Print this page
7127  remove -Wno-missing-braces from Makefile.uts
        
*** 22,33 ****
  /*
   * 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>
--- 22,31 ----
*** 47,58 ****
  };
  
  static struct modlinkage linkage =
  {
          MODREV_1,
!         (void *) &misc,
!         NULL
  };
  
  
  int
  _init()
--- 45,55 ----
  };
  
  static struct modlinkage linkage =
  {
          MODREV_1,
!         { (void *) &misc, NULL }
  };
  
  
  int
  _init()