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

Split Close
Expand all
Collapse all
          --- old/usr/src/stand/lib/fs/Makefile.com
          +++ new/usr/src/stand/lib/fs/Makefile.com
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  include ../../Makefile.com
  30   30  
  31   31  #
  32   32  # Right now, the filesystem modules are only clean when -y is used -- some
  33   33  # needs to go finish cleaning them up, at which point this can be removed.
  34   34  #
  35   35  lint lintcheck := LINTFLAGS += -y
  36   36  
  37   37  CERRWARN += -_gcc=-Wno-type-limits
  38   38  CERRWARN += -_gcc=-Wno-parentheses
  39      -CERRWARN += -_gcc=-Wno-uninitialized
       39 +CERRWARN += $(CNOWARN_UNINIT)
  40   40  CERRWARN += -_gcc=-Wno-switch
  41   41  CERRWARN += -_gcc=-Wno-char-subscripts
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX