Skip to content
Snippets Groups Projects
Commit 268b5a09 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Disable address-of-packed-member warning

parent eacf89e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment