Disable address-of-packed-member warning

This commit is contained in:
Alam Ed Arias 2019-08-08 22:47:33 -04:00
parent eacf89e309
commit 268b5a09d9
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ ifdef GCC43
endif
endif
WFLAGS+=-Wsign-compare
ifdef GCC91
WFLAGS+=-Wno-error=address-of-packed-member
endif
ifdef GCC45
WFLAGS+=-Wlogical-op
endif