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/sun4v/etm/Makefile
          +++ new/usr/src/cmd/fm/modules/sun4v/etm/Makefile
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34  CPPFLAGS += -I$(SRC)/uts/sun4v  \
  35   35              -I$(SRC)/uts/common \
  36   36              -I$(ROOT)/usr/platform/sun4v/include
  37   37  LDLIBS += -L$(ROOT)/usr/lib/fm -lldom -ltopo
  38   38  LDFLAGS += -R/usr/lib/fm
  39   39  
  40   40  DYNFLAGS += -R/usr/lib
  41   41  
  42   42  CERRWARN += -_gcc=-Wno-unused-value
  43   43  CERRWARN += -_gcc=-Wno-parentheses
  44      -CERRWARN += -_gcc=-Wno-uninitialized
       44 +CERRWARN += $(CNOWARN_UNINIT)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX