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/sw-diag-response/software-diagnosis/Makefile
          +++ new/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/Makefile
↓ open down ↓ 42 lines elided ↑ open up ↑
  43   43  #
  44   44  SRCS = $(SWDE_SRCS) $(CMN_SRCS:%=../%) $(SUBDE_SRCS:%=../%)
  45   45  
  46   46  include ../../../Makefile.plugin
  47   47  
  48   48  CFLAGS += $(INCS)
  49   49  LINTFLAGS += $(INCS)
  50   50  LDLIBS += -L$(ROOTLIB)/fm -ltopo -luutil -luuid -lkstat
  51   51  LDFLAGS += -R/usr/lib/fm
  52   52  CERRWARN += -_gcc=-Wno-parentheses
  53      -CERRWARN += -_gcc=-Wno-uninitialized
       53 +CERRWARN += $(CNOWARN_UNINIT)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX