1
0
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 commit 02ff48751e.
(Obsoleted by 1193b0b1f8)
This commit is contained in:
Kaspar Schleiser 2019-10-21 12:39:20 +02:00
parent 1193b0b1f8
commit 7402092649

View File

@ -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