mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Revert "pkg/wolfssl: disable maybe-uninitialized warning with wolfcrypt"
This reverts commit02ff48751e
. (Obsoleted by1193b0b1f8
)
This commit is contained in:
parent
1193b0b1f8
commit
7402092649
@ -29,10 +29,5 @@ SRC += ge_low_mem.c
|
||||
SRC += sp_int.c
|
||||
SRC += sp_c32.c
|
||||
|
||||
# Disable maybe-uninitialized warning raised by the optimization level used
|
||||
# by risv toolchain (-Og)
|
||||
ifeq ($(TARGET_ARCH),riscv-none-embed)
|
||||
CFLAGS += -Wno-maybe-uninitialized
|
||||
endif
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
Loading…
Reference in New Issue
Block a user