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

*** 42,52 **** DYNFLAGS += $(ZINTERPOSE) $(LINTLIB) lint := LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN $(LINTLIB) lint := LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN ! CERRWARN += -_gcc=-Wno-uninitialized .KEEP_STATE: all: $(LIBS) --- 42,52 ---- DYNFLAGS += $(ZINTERPOSE) $(LINTLIB) lint := LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN $(LINTLIB) lint := LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN ! CERRWARN += $(CNOWARN_UNINIT) .KEEP_STATE: all: $(LIBS)