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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/ibcm/Makefile
          +++ new/usr/src/uts/sparc/ibcm/Makefile
↓ open down ↓ 61 lines elided ↑ open up ↑
  62   62  # 
  63   63  # lint pass one enforcement 
  64   64  # 
  65   65  CFLAGS += $(CCVERBOSE)
  66   66  
  67   67  CERRWARN        += -_gcc=-Wno-switch
  68   68  CERRWARN        += -_gcc=-Wno-parentheses
  69   69  CERRWARN        += -_gcc=-Wno-type-limits
  70   70  CERRWARN        += -_gcc=-Wno-unused-label
  71   71  CERRWARN        += -_gcc=-Wno-unused-function
  72      -CERRWARN        += -_gcc=-Wno-uninitialized
       72 +CERRWARN        += $(CNOWARN_UNINIT)
  73   73  CERRWARN        += -_gcc=-Wno-unused-value
  74   74  
  75   75  #
  76   76  #       depends on misc/ibtl and misc/ibmf
  77   77  #
  78   78  LDFLAGS += -dy -Nmisc/ibtl -Nmisc/ibmf -Ndrv/ip
  79   79  
  80   80  #
  81   81  # For now, disable these lint checks; maintainers should endeavor
  82   82  # to investigate and remove these for maximum lint coverage.
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX