configure: Remove -Wcast-align
authorBenjamin Otte <otte@redhat.com>
Wed, 14 Apr 2010 09:19:14 +0000 (11:19 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 14 Apr 2010 09:21:10 +0000 (11:21 +0200)
commit246f5dba96a5b50bb74621af67b30942cca72af5
tree63929bb4fca96c236063f877ccbc38eafbdb9212
parente201e7b7b2a6b378e24d42f6dd873f662de394fc
configure: Remove -Wcast-align

Apparently gcc warns that GstMiniObject is not castable to
GstEvent/Message/Buffer due to them containing 64bit variables, even
though ARM hackers claim that those only need 4byte alignment. And as
long as gcc behaves that way, this warning is not very useful.

So we'll remove the warning until this problem is fixed.

https://bugzilla.gnome.org/show_bug.cgi?id=615698
configure.ac