]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: disable warnings on cast alignments
authorVincent Bernat <vincent@bernat.ch>
Sat, 27 Jul 2019 17:23:12 +0000 (19:23 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 27 Jul 2019 17:23:12 +0000 (19:23 +0200)
commit9b68a67f5daeb62194b80f69df4ecf219e34b442
tree32cd4e9e2b1145f5a3e7729f532bb38d3b4ba2f3
parent27ea4d1e7e1d8855d5b1ca620227f359a6068fbe
build: disable warnings on cast alignments

clang is often wront about it (it increases alignment requirement, but
the surrounding structure ensure the alignment is correct). Dunno if
gcc is smarter or just ignore most of these problems.
configure.ac