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/cardbus/Makefile
          +++ new/usr/src/uts/sparc/cardbus/Makefile
↓ open down ↓ 70 lines elided ↑ open up ↑
  71   71  #
  72   72  # lint pass one enforcement
  73   73  #
  74   74  CFLAGS += $(CCVERBOSE)
  75   75  
  76   76  CPPFLAGS        +=      -DHOTPLUG
  77   77  
  78   78  #       dependency
  79   79  LDFLAGS +=      -dy -Nmisc/busra -Nmisc/pcmcia -Nmisc/hpcsvc
  80   80  
  81      -CERRWARN        += -_gcc=-Wno-uninitialized
       81 +CERRWARN        += $(CNOWARN_UNINIT)
  82   82  CERRWARN        += -_gcc=-Wno-parentheses
  83   83  CERRWARN        += -_gcc=-Wno-unused-function
  84   84  CERRWARN        += -_gcc=-Wno-unused-variable
  85   85  
  86   86  #
  87   87  # For now, disable these lint checks; maintainers should endeavor
  88   88  # to investigate and remove these for maximum lint coverage.
  89   89  # Please do not carry these forward to new Makefiles.
  90   90  #
  91   91  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX