mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 15:31:03 +00:00
Disable address-of-packed-member warning
This commit is contained in:
parent
5b692acc6c
commit
abe1d9809f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue