From: Guus Sliepen Date: Mon, 23 Sep 2019 12:14:56 +0000 (+0200) Subject: Disable -Wcast-qual and -Wcast-align. X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=bb173469810e4c7de19e53793d4af2e27e6e222c;hp=bb173469810e4c7de19e53793d4af2e27e6e222c;p=catta Disable -Wcast-qual and -Wcast-align. The code heavily relies on the fact that some buffers are properly aligned, and in fact even triggers a cast-align warning. To prevent these warnings from hiding more important warnings, we disable them. ---