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

Split Close
Expand all
Collapse all
          --- old/usr/src/stand/lib/inet/Makefile
          +++ new/usr/src/stand/lib/inet/Makefile
↓ open down ↓ 29 lines elided ↑ open up ↑
  30   30  OBJECTS = $(LOCOBJS) $(CMNOBJS)
  31   31  
  32   32  include ../Makefile.com
  33   33  
  34   34  CMNDIR  = $(CMNNETDIR)/dhcp
  35   35  SRCS    = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(CMNOBJS:%.o=$(CMNDIR)/%.c)
  36   36  LDLIBS += -lsock
  37   37  CPPFLAGS += $(SOCKCPPFLAGS) -I$(TOPDIR)/psm/stand
  38   38  
  39   39  CERRWARN += -_gcc=-Wno-char-subscripts
  40      -CERRWARN += -_gcc=-Wno-uninitialized
       40 +CERRWARN += $(CNOWARN_UNINIT)
  41   41  
  42   42  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX