mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: waf: do not permit taking address of packed members under clang++
This commit is contained in:
parent
459f2e62c9
commit
2f7f361968
@ -179,6 +179,8 @@ class Board:
|
||||
env.CXXFLAGS += [
|
||||
'-fcolor-diagnostics',
|
||||
|
||||
'-Werror=address-of-packed-member',
|
||||
|
||||
'-Werror=inconsistent-missing-override',
|
||||
'-Werror=overloaded-virtual',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user