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/kmech_krb5/Makefile
          +++ new/usr/src/uts/sparc/kmech_krb5/Makefile
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59  #
  60   60  CFLAGS += $(CCVERBOSE)
  61   61  
  62   62  #
  63   63  # Define dependencies on kgssapi and md5
  64   64  #
  65   65  LDFLAGS         += -dy -N misc/kgssapi -N crypto/md5
  66   66  
  67   67  CERRWARN        += -_gcc=-Wno-unused-function
  68   68  CERRWARN        += -_gcc=-Wno-unused-label
  69      -CERRWARN        += -_gcc=-Wno-uninitialized
       69 +CERRWARN        += $(CNOWARN_UNINIT)
  70   70  CERRWARN        += -_gcc=-Wno-parentheses
  71   71  
  72   72  #
  73   73  # For now, disable these lint checks; maintainers should endeavor
  74   74  # to investigate and remove these for maximum lint coverage.
  75   75  # Please do not carry these forward to new Makefiles.
  76   76  #
  77   77  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  78   78  LINTTAGS        += -erroff=E_STATIC_UNUSED
  79   79  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
↓ open down ↓ 44 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX