Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 49,59 ****
CPPFLAGS += -DCHAPMSV2
OBJS += chap_ms.o
EXOBJS += mschap_test.o
CLOBBERFILES += mschap_test
! CERRWARN += -_gcc=-Wno-uninitialized
# main() is too hairy for smatch
SMATCH=off
# This is used *only* for testing the portability of the libraries
--- 49,59 ----
CPPFLAGS += -DCHAPMSV2
OBJS += chap_ms.o
EXOBJS += mschap_test.o
CLOBBERFILES += mschap_test
! CERRWARN += $(CNOWARN_UNINIT)
# main() is too hairy for smatch
SMATCH=off
# This is used *only* for testing the portability of the libraries