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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sort/Makefile.com
          +++ new/usr/src/cmd/sort/Makefile.com
↓ open down ↓ 78 lines elided ↑ open up ↑
  79   79  
  80   80  SPACEFLAG =
  81   81  SPACEFLAG64 =
  82   82  
  83   83  CFLAGS +=       $(CCVERBOSE) $(SORT_DEBUG)
  84   84  CFLAGS64 +=     $(CCVERBOSE) $(SORT_DEBUG)
  85   85  CPPFLAGS +=     -D_FILE_OFFSET_BITS=64
  86   86  LINTFLAGS +=    -U_FILE_OFFSET_BITS
  87   87  
  88   88  CERRWARN +=     -_gcc=-Wno-parentheses
  89      -CERRWARN +=     -_gcc=-Wno-uninitialized
       89 +CERRWARN +=     $(CNOWARN_UNINIT)
  90   90  CERRWARN +=     -_gcc=-Wno-unused-function
  91   91  
  92   92  # not linted
  93   93  SMATCH=off
  94   94  
  95   95  $(XPG4) :=      CFLAGS += -DXPG4
  96   96  
  97   97  debug :=        SORT_DEBUG = $(CCGDEBUG) -DDEBUG $(ILDOFF)
  98   98  debug :=        COPTFLAG =
  99   99  debug :=        COPTFLAG64 =
↓ open down ↓ 53 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX