mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Revert "pkg/wolfssl: disable maybe-uninitialized warning with wolfcrypt"
This reverts commit 02ff48751e01b70cffc2217b9cc289e36297104f. (Obsoleted by 1193b0b1f8ff68025665037c46dfa5d8054f1f8e)
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…
x
Reference in New Issue
Block a user