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/des/Makefile
          +++ new/usr/src/uts/sparc/des/Makefile
↓ open down ↓ 74 lines elided ↑ open up ↑
  75   75  #
  76   76  LDFLAGS += -dy -Nmisc/kcf
  77   77  
  78   78  #
  79   79  # lint pass one enforcement
  80   80  #
  81   81  CFLAGS          += $(CCVERBOSE) -I$(COM_DIR)
  82   82  LINTFLAGS       += -I$(COM_DIR)
  83   83  
  84   84  CERRWARN        += -_gcc=-Wno-parentheses
  85      -CERRWARN        += -_gcc=-Wno-uninitialized
       85 +CERRWARN        += $(CNOWARN_UNINIT)
  86   86  
  87   87  #
  88   88  # For now, disable these lint checks; maintainers should endeavor
  89   89  # to investigate and remove these for maximum lint coverage.
  90   90  # Please do not carry these forward to new Makefiles.
  91   91  #
  92   92  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  93   93  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  94   94  
  95   95  #
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX