Print this page
6752 E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC build

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/usb/clients/usbser/usbser_rseq.c
          +++ new/usr/src/uts/common/io/usb/clients/usbser/usbser_rseq.c
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  /*
  28   28   * rseq implementation
  29   29   */
  30   30  
  31   31  #include <sys/usb/clients/usbser/usbser_rseq.h>
  32   32  
  33   33  #ifdef _KERNEL
  34   34  #include <sys/debug.h>
  35   35  #include <sys/ddi.h>
  36   36  #include <sys/sunddi.h>
  37      -/*LINTED E_STATIC_UNUSED*/
  38   37  static long rseq_random();
  39   38  #define random  rseq_random
  40   39  #else
  41   40  #include <assert.h>
  42   41  #define ASSERT  assert
  43   42  #include <stdlib.h>
  44   43  #endif
  45   44  
  46   45  
  47   46  /*ARGSUSED*/
↓ open down ↓ 136 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX