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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/udapl/udapl_tavor/Makefile.com
          +++ new/usr/src/lib/udapl/udapl_tavor/Makefile.com
↓ open down ↓ 142 lines elided ↑ open up ↑
 143  143  CPPFLAGS +=     -I$(SRC)/lib/udapl/udapl_tavor/include
 144  144  CPPFLAGS +=     -I$(SRC)/lib/udapl/udapl_tavor/tavor
 145  145  CPPFLAGS +=     -I$(SRC)/uts/common/sys/ib/clients/daplt
 146  146  CPPFLAGS +=     -I$(SRC)/uts/common
 147  147  CPPFLAGS +=     -I$(SRC)/uts/common/sys/ib/clients
 148  148  CFLAGS +=       $(CCVERBOSE)
 149  149  LINTFLAGS +=    -DDAPL_DBG
 150  150  LINTFLAGS64 +=  -DDAPL_DBG
 151  151  
 152  152  CERRWARN +=     -_gcc=-Wno-parentheses
 153      -CERRWARN +=     -_gcc=-Wno-uninitialized
      153 +CERRWARN +=     $(CNOWARN_UNINIT)
 154  154  CERRWARN +=     -_gcc=-Wno-switch
 155  155  
 156  156  $(NOT_RELEASE_BUILD)CPPFLAGS += -DDAPL_DBG
 157  157  $(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-unused
 158  158  
 159  159  # not linted
 160  160  SMATCH=off
 161  161  
 162  162  .KEEP_STATE:
 163  163  
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX