1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/wakaama: add -Wcast-align

This commit is contained in:
Marian Buschsieweke 2021-11-07 12:46:06 +01:00
parent 2cb06525d6
commit d41d2b4b22
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -5,6 +5,8 @@ PKG_LICENSE=EDL-1.0,EPL-1.0
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-cast-align
# some variable seem uninitialized to gcc with -Og but are not
# https://gcc.gnu.org/bugzilla/buglist.cgi?quicksearch=may%20be%20used%20uninitialized
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42145