Skip to content

Commit

Permalink
libm/newlib: remove -Wno-maybe-uninitialized
Browse files Browse the repository at this point in the history
Since there's no warning presents now.

Signed-off-by: xuxingliang <[email protected]>
  • Loading branch information
XuNeo authored and xiaoxiang781216 committed Oct 11, 2024
1 parent 933e066 commit b9adff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libm/newlib/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ endif

CSRCS := $(shell echo $(notdir $(CSRCS) | tr " " "\n" | sort | uniq))

CFLAGS += -Wno-undef -Wno-unused-but-set-variable -Wno-unused-const-variable -Wno-maybe-uninitialized
CFLAGS += -Wno-undef -Wno-unused-but-set-variable -Wno-unused-const-variable
CFLAGS += ${INCDIR_PREFIX}newlib/newlib/newlib/libm/common
CFLAGS += -D__int32_t=int32_t -D__uint32_t=uint32_t -D_REENT=0 -D_REENT_THREAD_LOCAL=1

0 comments on commit b9adff0

Please sign in to comment.