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


  19 #
  20 # CDDL HEADER END
  21 #
  22 #
  23 # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 DIRREL  = ../
  28 
  29 include ../../Makefile.com
  30 
  31 #
  32 # Right now, the filesystem modules are only clean when -y is used -- some
  33 # needs to go finish cleaning them up, at which point this can be removed.
  34 #
  35 lint lintcheck := LINTFLAGS += -y
  36 
  37 CERRWARN += -_gcc=-Wno-type-limits
  38 CERRWARN += -_gcc=-Wno-parentheses
  39 CERRWARN += -_gcc=-Wno-uninitialized
  40 CERRWARN += -_gcc=-Wno-switch
  41 CERRWARN += -_gcc=-Wno-char-subscripts


  19 #
  20 # CDDL HEADER END
  21 #
  22 #
  23 # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 DIRREL  = ../
  28 
  29 include ../../Makefile.com
  30 
  31 #
  32 # Right now, the filesystem modules are only clean when -y is used -- some
  33 # needs to go finish cleaning them up, at which point this can be removed.
  34 #
  35 lint lintcheck := LINTFLAGS += -y
  36 
  37 CERRWARN += -_gcc=-Wno-type-limits
  38 CERRWARN += -_gcc=-Wno-parentheses
  39 CERRWARN += $(CNOWARN_UNINIT)
  40 CERRWARN += -_gcc=-Wno-switch
  41 CERRWARN += -_gcc=-Wno-char-subscripts