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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/picl/plugins/Makefile.com
          +++ new/usr/src/cmd/picl/plugins/Makefile.com
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  #
  25   25  
  26   26  # There should be a mapfile here
  27   27  MAPFILES =
  28   28  
  29   29  CPPFLAGS        += -I$(SRC)/lib/libpicl -I$(SRC)/lib/libpicltree
  30   30  CPPFLAGS        += -I$(SRC)/cmd/picl/plugins/inc
  31   31  CFLAGS          += $(CCVERBOSE)
  32   32  CERRWARN        += -_gcc=-Wno-parentheses
  33   33  CERRWARN        += -_gcc=-Wno-char-subscripts
  34      -CERRWARN        += -_gcc=-Wno-uninitialized
       34 +CERRWARN        += $(CNOWARN_UNINIT)
  35   35  CERRWARN        += -_gcc=-Wno-switch
  36   36  CERRWARN        += -_gcc=-Wno-unused-function
  37   37  CERRWARN        += -_gcc=-Wno-unused-variable
  38   38  
  39   39  # Some picl plugins have dependencies to which they make no reference.  These
  40   40  # dependencies are expected to be loaded so that their .init's fire and thus
  41   41  # populate the picl database before the dependency itself adds to the database.
  42   42  # Turn off lazy loading so that all plugin dependencies are loaded.  
  43   43  DYNFLAGS        += $(ZNOLAZYLOAD)
  44   44  
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX