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/zut/Makefile
          +++ new/usr/src/uts/intel/zut/Makefile
↓ open down ↓ 64 lines elided ↑ open up ↑
  65   65  C99LMODE=       -Xc99=%all
  66   66  
  67   67  #
  68   68  # For now, disable these lint checks; maintainers should endeavor
  69   69  # to investigate and remove these for maximum lint coverage.
  70   70  # Please do not carry these forward to new Makefiles.
  71   71  #
  72   72  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  73   73  
  74   74  CERRWARN        += -_gcc=-Wno-parentheses
  75      -CERRWARN        += -_gcc=-Wno-uninitialized
       75 +CERRWARN        += $(CNOWARN_UNINIT)
  76   76  
  77   77  #
  78   78  #       Default build targets.
  79   79  #
  80   80  .KEEP_STATE:
  81   81  
  82   82  def:            $(DEF_DEPS)
  83   83  
  84   84  all:            $(ALL_DEPS)
  85   85  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX