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:
parent
2cb06525d6
commit
d41d2b4b22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user