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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libld/Makefile.com
          +++ new/usr/src/cmd/sgs/libld/Makefile.com
↓ open down ↓ 80 lines elided ↑ open up ↑
  81   81                  $(COMOBJS) $(COMOBJS32) $(COMOBJS64) \
  82   82                  $(TOOLOBJS) $(E_TOOLOBJS) $(AVLOBJ) $(ELFCAPOBJ)
  83   83  
  84   84  include         $(SRC)/lib/Makefile.lib
  85   85  include         $(SRC)/cmd/sgs/Makefile.com
  86   86  
  87   87  SRCDIR =        ../common
  88   88  
  89   89  CERRWARN += -_gcc=-Wno-unused-value
  90   90  CERRWARN += -_gcc=-Wno-parentheses
  91      -CERRWARN += -_gcc=-Wno-uninitialized
       91 +CERRWARN += $(CNOWARN_UNINIT)
  92   92  CERRWARN += -_gcc=-Wno-switch
  93   93  CERRWARN += -_gcc=-Wno-char-subscripts
  94   94  CERRWARN += -_gcc=-Wno-type-limits
  95   95  $(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-unused
  96   96  
  97   97  SMOFF += no_if_block
  98   98  
  99   99  # Location of the shared relocation engines maintained under usr/src/uts.
 100  100  #
 101  101  KRTLD_I386 = $(SRCBASE)/uts/$(VAR_PLAT_i386)/krtld
↓ open down ↓ 51 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX