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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/hsfs/Makefile
          +++ new/usr/src/uts/intel/hsfs/Makefile
↓ open down ↓ 62 lines elided ↑ open up ↑
  63   63  # Please do not carry these forward to new Makefiles.
  64   64  #
  65   65  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  66   66  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  67   67  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  68   68  LINTTAGS        += -erroff=E_STATIC_UNUSED
  69   69  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  70   70  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  71   71  
  72   72  CERRWARN        += -_gcc=-Wno-parentheses
  73      -CERRWARN        += -_gcc=-Wno-uninitialized
       73 +CERRWARN        += $(CNOWARN_UNINIT)
  74   74  CERRWARN        += -_gcc=-Wno-unused-function
  75   75  CERRWARN        += -_gcc=-Wno-type-limits
  76   76  CERRWARN        += -_gcc=-Wno-switch
  77   77  
  78   78  # needs work
  79   79  $(OBJS_DIR)/hsfs_vnops.o := SMOFF += 64bit_shift,signed
  80   80  
  81   81  #
  82   82  #       Default build targets.
  83   83  #
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX