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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/lp/Makefile.lp
          +++ new/usr/src/cmd/lp/Makefile.lp
↓ open down ↓ 80 lines elided ↑ open up ↑
  81   81  LINTMSG =       $(LPLIB)/msgs/llib-llpmsg.ln
  82   82  LINTOAM =       $(LPLIB)/oam/llib-llpoam.ln
  83   83  LINTPRT =       $(LPLIB)/printers/llib-llpprt.ln
  84   84  LINTREQ =       $(LPLIB)/requests/llib-llpreq.ln
  85   85  LINTSEC =       $(LPLIB)/secure/llib-llpsec.ln
  86   86  LINTUSR =       $(LPLIB)/users/llib-llpusr.ln
  87   87  
  88   88  CERRWARN +=     -_gcc=-Wno-sequence-point
  89   89  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  90   90  CERRWARN +=     -_gcc=-Wno-parentheses
  91      -CERRWARN +=     -_gcc=-Wno-uninitialized
       91 +CERRWARN +=     $(CNOWARN_UNINIT)
  92   92  CERRWARN +=     -_gcc=-Wno-unused-variable
  93   93  CERRWARN +=     -_gcc=-Wno-unused-value
  94   94  CERRWARN +=     -_gcc=-Wno-unused-label
  95   95  CERRWARN +=     -_gcc=-Wno-unused-function
  96   96  CERRWARN +=     -_gcc=-Wno-clobbered
  97   97  CERRWARN +=     -_gcc=-Wno-empty-body
  98   98  CERRWARN +=     -_gcc=-Wno-extra
  99   99  CERRWARN +=     -_gcc=-Wno-address
 100  100  
 101  101  # not linted
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX