]> git.meshlink.io Git - catta/commitdiff
Disable -Wcast-qual and -Wcast-align.
authorGuus Sliepen <guus@sliepen.org>
Mon, 23 Sep 2019 12:14:56 +0000 (14:14 +0200)
committerGuus Sliepen <guus@sliepen.org>
Mon, 23 Sep 2019 12:14:56 +0000 (14:14 +0200)
The code heavily relies on the fact that some buffers are properly aligned,
and in fact even <linux/netlink.h> triggers a cast-align warning. To prevent
these warnings from hiding more important warnings, we disable them.


No differences found