]> git.ipfire.org Git - thirdparty/lldpd.git/commit
include: fix definition of IFLA_RTA to please clang
authorVincent Bernat <vincent@bernat.im>
Sat, 12 Mar 2016 17:20:51 +0000 (18:20 +0100)
committerVincent Bernat <vincent@bernat.im>
Sat, 12 Mar 2016 17:20:51 +0000 (18:20 +0100)
commite1b2389b6b61c2078b4b46cb808976adf8378825
tree3e82aca87b184f1252cc0a85ebf7b85253fd6f76
parentc04fafa76c3daf0d147d9a84bed46ee1883b9de6
include: fix definition of IFLA_RTA to please clang

In `linux/if_link.h`, clang assume we have an alignment problem while we
know this is not the case. Add a cast to void* to avoid this warning.
include/linux/if_link.h