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/fp/Makefile
          +++ new/usr/src/uts/sparc/fp/Makefile
↓ open down ↓ 64 lines elided ↑ open up ↑
  65   65  LDFLAGS         += -dy -Nmisc/fctl -Ndrv/fcp -Nmisc/scsi
  66   66  
  67   67  #
  68   68  #       Lint tags
  69   69  #
  70   70  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  71   71  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  72   72  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  73   73  LINTTAGS        += -erroff=E_STATIC_UNUSED
  74   74  
  75      -CERRWARN        += -_gcc=-Wno-uninitialized
       75 +CERRWARN        += $(CNOWARN_UNINIT)
  76   76  CERRWARN        += -_gcc=-Wno-unused-function
  77   77  
  78   78  #
  79   79  #       Default build targets.
  80   80  #
  81   81  .KEEP_STATE:
  82   82  
  83   83  def:            $(DEF_DEPS)
  84   84  
  85   85  all:            $(ALL_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX