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/openeepr/Makefile
          +++ new/usr/src/uts/sparc/openeepr/Makefile
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54  #
  55   55  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  56   56  LINT_TARGET     = $(MODULE).lint
  57   57  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  58   58  
  59   59  CFLAGS +=       $(CCVERBOSE)
  60   60  
  61   61  LDFLAGS +=      -dy -Ndacf/consconfig_dacf
  62   62  
  63   63  CERRWARN        += -_gcc=-Wno-parentheses
  64      -CERRWARN        += -_gcc=-Wno-uninitialized
       64 +CERRWARN        += $(CNOWARN_UNINIT)
  65   65  
  66   66  #
  67   67  # For now, disable these lint checks; maintainers should endeavor
  68   68  # to investigate and remove these for maximum lint coverage.
  69   69  # Please do not carry these forward to new Makefiles.
  70   70  #
  71   71  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  72   72  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  73   73  
  74   74  #
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX