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

*** 39,49 **** include ../Makefile.cmd CSTD= $(CSTD_GNU99) C99LMODE= -Xc99=%all ! CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-type-limits POFILE= file_all.po POFILES= $(SRCS:%.c=%.po) --- 39,49 ---- include ../Makefile.cmd CSTD= $(CSTD_GNU99) C99LMODE= -Xc99=%all ! CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-type-limits POFILE= file_all.po POFILES= $(SRCS:%.c=%.po)