Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ldap/Makefile.com
          +++ new/usr/src/cmd/ldap/Makefile.com
↓ open down ↓ 80 lines elided ↑ open up ↑
  81   81  # creating /var/ldap directory
  82   82  ROOTVAR_LDAP=   $(ROOT)/var/ldap
  83   83  
  84   84  LINTFLAGS += -erroff=E_INCONS_ARG_DECL2
  85   85  LINTFLAGS += -erroff=E_INCONS_VAL_TYPE_DECL2
  86   86  
  87   87  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  88   88  CERRWARN +=     -_gcc=-Wno-parentheses
  89   89  CERRWARN +=     -_gcc=-Wno-unused-function
  90   90  CERRWARN +=     -_gcc=-Wno-unused-variable
  91      -CERRWARN +=     -_gcc=-Wno-uninitialized
       91 +CERRWARN +=     $(CNOWARN_UNINIT)
  92   92  
  93   93  # not linted
  94   94  SMATCH=off
  95   95  
  96   96  all:=           TARGET= all
  97   97  install:=       TARGET= install
  98   98  clean:=         TARGET= clean
  99   99  clobber:=       TARGET= clobber
 100  100  lint:=          TARGET= lint
 101  101  
↓ open down ↓ 103 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX