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/tem/Makefile
          +++ new/usr/src/uts/intel/tem/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  LDFLAGS += -dy -Ndacf/consconfig_dacf
  57   57  
  58   58  #
  59   59  # For now, disable these lint checks; maintainers should endeavor
  60   60  # to investigate and remove these for maximum lint coverage.
  61   61  # Please do not carry these forward to new Makefiles.
  62   62  #
  63   63  LINTTAGS        += -erroff=E_STATIC_UNUSED
  64   64  
  65   65  CERRWARN        += -_gcc=-Wno-unused-function
  66      -CERRWARN        += -_gcc=-Wno-uninitialized
       66 +CERRWARN        += $(CNOWARN_UNINIT)
  67   67  
  68   68  #
  69   69  #       Default build targets.
  70   70  #
  71   71  .KEEP_STATE:
  72   72  
  73   73  def:            $(DEF_DEPS)
  74   74  
  75   75  all:            $(ALL_DEPS)
  76   76  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX