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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libdll/Makefile.com
          +++ new/usr/src/lib/libdll/Makefile.com
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78          -D_BLD_dll \
  79   79          -D_PACKAGE_ast \
  80   80          -D_BLD_DLL
  81   81  
  82   82  CFLAGS += \
  83   83          $(ASTCFLAGS)
  84   84  CFLAGS64 += \
  85   85          $(ASTCFLAGS64)
  86   86  
  87   87  CERRWARN        += -_gcc=-Wno-parentheses
  88      -CERRWARN        += -_gcc=-Wno-uninitialized
       88 +CERRWARN        += $(CNOWARN_UNINIT)
  89   89  
  90   90  # needs work
  91   91  SMOFF += all_func_returns,strcpy_overflow
  92   92  
  93   93  .KEEP_STATE:
  94   94  
  95   95  all: $(LIBS)
  96   96  
  97   97  #
  98   98  # libdll is not lint-clean yet; fake up a target.  (You can use
  99   99  # "make lintcheck" to actually run lint; please send all lint fixes
 100  100  # upstream (to AT&T) so the next update will pull them into ON.)
 101  101  #
 102  102  lint:
 103  103          @ print "usr/src/lib/libdll is not lint-clean: skipping"
 104  104  
 105  105  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX