]> git.meshlink.io Git - catta/commit
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)
commitbb173469810e4c7de19e53793d4af2e27e6e222c
tree2e93ef5bba77663c545832833357df73d4dc342e
parent4c0a414c5f83270ded3deb66036f77ae754e4555
Disable -Wcast-qual and -Wcast-align.

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.
configure.ac