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/smbfs/Makefile
          +++ new/usr/src/uts/intel/smbfs/Makefile
↓ open down ↓ 56 lines elided ↑ open up ↑
  57   57  MODSTUBS_DIR    = $(OBJS_DIR)
  58   58  $(MODSTUBS_O)   := AS_CPPFLAGS += -DSMBFS_MODULE
  59   59  CLEANFILES      += $(MODSTUBS_O)
  60   60  INC_PATH        += -I$(UTSBASE)/common/fs/smbclnt
  61   61  INC_PATH        += -I$(COMMONBASE)/smbclnt
  62   62  LDFLAGS         += -dy -Ndrv/nsmb
  63   63  
  64   64  # Until CR 4994570 is fixed...
  65   65  LINTTAGS        += -erroff=E_BAD_FORMAT_ARG_TYPE2
  66   66  CERRWARN        += -_gcc=-Wno-parentheses
  67      -CERRWARN        += -_gcc=-Wno-uninitialized
       67 +CERRWARN        += $(CNOWARN_UNINIT)
  68   68  
  69   69  # needs work
  70   70  SMOFF += all_func_returns,signed,deref_check
  71   71  
  72   72  # The mb_put/md_get functions are intentionally used with and without
  73   73  # return value checks, so filter those out like LGREP.2 does.
  74   74  LGREP.nsmb =    egrep -v ' ignored: (mb_init|mb_put|md_get)'
  75   75  LTAIL   +=      2>&1 | $(LGREP.2) | $(LGREP.nsmb) || true
  76   76  
  77   77  #
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX