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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fm/modules/common/ip-transport/Makefile
          +++ new/usr/src/cmd/fm/modules/common/ip-transport/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  #
  27   27  # Copyright (c) 2018, Joyent, Inc.
  28   28  
  29   29  MODULE = ip-transport
  30   30  CLASS = common
  31   31  SRCS = ip.c
  32   32  
  33   33  include ../../Makefile.plugin
  34   34  
  35   35  LDLIBS += -lsocket -lnsl
  36      -CERRWARN += -_gcc=-Wno-uninitialized
       36 +CERRWARN += $(CNOWARN_UNINIT)
  37   37  
  38   38  # not linted
  39   39  SMATCH=off
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX