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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ttymon/Makefile
          +++ new/usr/src/cmd/ttymon/Makefile
↓ open down ↓ 68 lines elided ↑ open up ↑
  69   69  # changes are made to it.
  70   70  $(STTYOBJ) := CPPFLAGS += -DEUC
  71   71  $(XPG4STTYOBJ) := CPPFLAGS += -DEUC
  72   72  
  73   73  LINTFLAGS = -b -x
  74   74  CFLAGS += $(CCVERBOSE)
  75   75  LDFLAGS += $(MAPFILE.NGB:%=-M%)
  76   76  
  77   77  CERRWARN +=     -_gcc=-Wno-parentheses
  78   78  CERRWARN +=     -_gcc=-Wno-unused-variable
  79      -CERRWARN +=     -_gcc=-Wno-uninitialized
       79 +CERRWARN +=     $(CNOWARN_UNINIT)
  80   80  CERRWARN +=     -_gcc=-Wno-extra
  81   81  
  82   82  # not linted
  83   83  SMATCH=off
  84   84  
  85   85  #
  86   86  # Message catalog
  87   87  #
  88   88  POFILES= $(STTYOBJ:sttyobjs/%.o=%.po)
  89   89  POFILE= ttymon.po
↓ open down ↓ 82 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX