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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/dcam1394/Makefile
          +++ new/usr/src/uts/sparc/dcam1394/Makefile
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59  #
  60   60  # lint pass one enforcement
  61   61  #
  62   62  CFLAGS += $(CCVERBOSE)
  63   63  
  64   64  #
  65   65  # depends on misc/s1394
  66   66  LDFLAGS         += -dy -Nmisc/s1394
  67   67  
  68   68  CERRWARN        += -_gcc=-Wno-parentheses
  69      -CERRWARN        += -_gcc=-Wno-uninitialized
       69 +CERRWARN        += $(CNOWARN_UNINIT)
  70   70  
  71   71  #       Default build targets.
  72   72  #
  73   73  .KEEP_STATE:
  74   74  
  75   75  def:            $(DEF_DEPS)
  76   76  
  77   77  all:            $(ALL_DEPS)
  78   78  
  79   79  clean:          $(CLEAN_DEPS)
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX