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/av1394/Makefile
          +++ new/usr/src/uts/intel/av1394/Makefile
↓ open down ↓ 63 lines elided ↑ open up ↑
  64   64  # to investigate and remove these for maximum lint coverage.
  65   65  # Please do not carry these forward to new Makefiles.
  66   66  #
  67   67  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  68   68  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  69   69  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  70   70  LINTTAGS        += -erroff=E_STATIC_UNUSED
  71   71  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  72   72  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  73   73  
  74      -CERRWARN        += -_gcc=-Wno-uninitialized
       74 +CERRWARN        += $(CNOWARN_UNINIT)
  75   75  CERRWARN        += -_gcc=-Wno-parentheses
  76   76  CERRWARN        += -_gcc=-Wno-type-limits
  77   77  
  78   78  # needs work
  79   79  $(OBJS_DIR)/av1394_isoch.o := SMOFF += signed
  80   80  
  81   81  #
  82   82  # depends on misc/s1394
  83   83  LDFLAGS         += -dy -Nmisc/s1394
  84   84  
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX