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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/usb/clients/audio/usb_ah/usb_ah.c
          +++ new/usr/src/uts/common/io/usb/clients/audio/usb_ah/usb_ah.c
↓ open down ↓ 93 lines elided ↑ open up ↑
  94   94  extern struct mod_ops mod_strmodops;
  95   95  
  96   96  static struct modlstrmod modlstrmod = {
  97   97          &mod_strmodops,
  98   98          "USB audio hid streams",
  99   99          &fsw
 100  100  };
 101  101  
 102  102  static struct modlinkage modlinkage = {
 103  103          MODREV_1,
 104      -        (void *)&modlstrmod,
 105      -        NULL
      104 +        { (void *)&modlstrmod, NULL }
 106  105  };
 107  106  
 108  107  /*
 109  108   * Warlock is not aware of the automatic locking mechanisms for
 110  109   * streams modules.
 111  110   * Since warlock is not aware of the streams perimeters, these notes
 112  111   * have been added.
 113  112   */
 114  113  _NOTE(SCHEME_PROTECTS_DATA("unique per call", iocblk))
 115  114  _NOTE(SCHEME_PROTECTS_DATA("unique per call", datab))
↓ open down ↓ 723 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX