Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 62,72 ****
LDFLAGS += -dy -Ndrv/nsmb
# Until CR 4994570 is fixed...
LINTTAGS += -erroff=E_BAD_FORMAT_ARG_TYPE2
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += -_gcc=-Wno-uninitialized
# needs work
SMOFF += all_func_returns,signed,deref_check
# The mb_put/md_get functions are intentionally used with and without
--- 62,72 ----
LDFLAGS += -dy -Ndrv/nsmb
# Until CR 4994570 is fixed...
LINTTAGS += -erroff=E_BAD_FORMAT_ARG_TYPE2
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += $(CNOWARN_UNINIT)
# needs work
SMOFF += all_func_returns,signed,deref_check
# The mb_put/md_get functions are intentionally used with and without