Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/audiohd/Makefile
          +++ new/usr/src/uts/intel/audiohd/Makefile
↓ open down ↓ 54 lines elided ↑ open up ↑
  55   55  #
  56   56  # For now, disable these lint checks; maintainers should endeavor
  57   57  # to investigate and remove these for maximum lint coverage.
  58   58  # Please do not carry these forward to new Makefiles.
  59   59  #
  60   60  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  61   61  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  62   62  
  63   63  CERRWARN        += -_gcc=-Wno-parentheses
  64   64  CERRWARN        += -_gcc=-Wno-switch
  65      -CERRWARN        += -_gcc=-Wno-uninitialized
       65 +CERRWARN        += $(CNOWARN_UNINIT)
  66   66  
  67   67  LDFLAGS         += -dy -Ndrv/audio
  68   68  
  69   69  #
  70   70  #       Define targets
  71   71  #
  72   72  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  73   73  LINT_TARGET     = $(MODULE).lint
  74   74  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  75   75  
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX