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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/gss_mechs/mech_dh/backend/Makefile.com
          +++ new/usr/src/lib/gss_mechs/mech_dh/backend/Makefile.com
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42  
  43   43  OBJECTS= $(MECH) $(CRYPTO) $(DERIVED_OBJS)
  44   44  
  45   45  # include library definitions
  46   46  include ../../../../Makefile.lib
  47   47  
  48   48  CPPFLAGS += -I../mech -I../crypto -I$(SRC)/uts/common/gssapi/include
  49   49  
  50   50  CERRWARN +=     -_gcc=-Wno-parentheses
  51   51  CERRWARN +=     -_gcc=-Wno-unused-variable
  52      -CERRWARN +=     -_gcc=-Wno-uninitialized
       52 +CERRWARN +=     $(CNOWARN_UNINIT)
  53   53  
  54   54  # needs work
  55   55  SMATCH=off
  56   56  
  57   57  $(PICS) :=      CFLAGS += $(XFFLAG)
  58   58  $(PICS) :=      CCFLAGS += $(XFFLAG)
  59   59  $(PICS) :=      CFLAGS64 += $(XFFLAG)
  60   60  $(PICS) :=      CCFLAGS64 += $(XFFLAG)
  61   61  
  62   62  DYNFLAGS +=     $(ZIGNORE)
↓ open down ↓ 53 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX