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


  54 #
  55 DEBUG_DEFS_DBG32        += -DTNF_DEBUG
  56 
  57 #
  58 # lint pass one enforcement
  59 #
  60 CFLAGS += $(CCVERBOSE)
  61 
  62 #
  63 # For now, disable these lint checks; maintainers should endeavor
  64 # to investigate and remove these for maximum lint coverage.
  65 # Please do not carry these forward to new Makefiles.
  66 #
  67 LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  68 LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  69 LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  70 LINTTAGS        += -erroff=E_STATIC_UNUSED
  71 LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  72 LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  73 
  74 CERRWARN        += -_gcc=-Wno-uninitialized
  75 CERRWARN        += -_gcc=-Wno-parentheses
  76 CERRWARN        += -_gcc=-Wno-type-limits
  77 
  78 # needs work
  79 $(OBJS_DIR)/av1394_isoch.o := SMOFF += signed
  80 
  81 #
  82 # depends on misc/s1394
  83 LDFLAGS         += -dy -Nmisc/s1394
  84 
  85 #       Default build targets.
  86 #
  87 .KEEP_STATE:
  88 
  89 def:            $(DEF_DEPS)
  90 
  91 all:            $(ALL_DEPS)
  92 
  93 clean:          $(CLEAN_DEPS)
  94 


  54 #
  55 DEBUG_DEFS_DBG32        += -DTNF_DEBUG
  56 
  57 #
  58 # lint pass one enforcement
  59 #
  60 CFLAGS += $(CCVERBOSE)
  61 
  62 #
  63 # For now, disable these lint checks; maintainers should endeavor
  64 # to investigate and remove these for maximum lint coverage.
  65 # Please do not carry these forward to new Makefiles.
  66 #
  67 LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  68 LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  69 LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  70 LINTTAGS        += -erroff=E_STATIC_UNUSED
  71 LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  72 LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  73 
  74 CERRWARN        += $(CNOWARN_UNINIT)
  75 CERRWARN        += -_gcc=-Wno-parentheses
  76 CERRWARN        += -_gcc=-Wno-type-limits
  77 
  78 # needs work
  79 $(OBJS_DIR)/av1394_isoch.o := SMOFF += signed
  80 
  81 #
  82 # depends on misc/s1394
  83 LDFLAGS         += -dy -Nmisc/s1394
  84 
  85 #       Default build targets.
  86 #
  87 .KEEP_STATE:
  88 
  89 def:            $(DEF_DEPS)
  90 
  91 all:            $(ALL_DEPS)
  92 
  93 clean:          $(CLEAN_DEPS)
  94