|
From: Mark W. <mj...@re...> - 2015-09-14 20:46:09
|
On Mon, Sep 14, 2015 at 10:12:59PM +0200, Florian Krohm wrote: > However, I believe we should not ship code that, when compiled, spits > out loads of warnings. That makes a pretty bad impression. > So I'm proposing to not give -Wcast-align when compiling on arm. > > Any objections? No objection. The result clearly works. It looks like gcc is just really conservative in this case. Warning just in case. Thanks, Mark |