]> Git Repo - qemu.git/commit
configure: Make -Waddress-of-packed-member warnings be errors
authorPeter Maydell <[email protected]>
Fri, 8 Feb 2019 13:21:12 +0000 (13:21 +0000)
committerLaurent Vivier <[email protected]>
Thu, 14 Feb 2019 10:46:25 +0000 (11:46 +0100)
commit2911b3d3ab26d96023b13c66a4b97adf1ab6d17b
treea3ea25486a2d0fa9d29560941f67487dae03eb4f
parent604a5b9978c8824dbd2164d1fc990016a67ced40
configure: Make -Waddress-of-packed-member warnings be errors

We have now managed to eradicate all the places in the codebase
that triggered clang's -Waddress-of-packed-member warning. Remove
the compiler flag that exempted it from our usual -Werror policy.
This will prevent any new problematic code being added in future.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20190208132112[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
configure
This page took 0.024554 seconds and 4 git commands to generate.