configure: Drop -Wcast-align
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 15 Apr 2010 10:20:20 +0000 (07:20 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 15 Apr 2010 11:33:48 +0000 (08:33 -0300)
commit399f2c69806923ab0f541650c78bcba960ad5583
treed9df689e63a3157b77d9ba565175f5ddae0ea66c
parent2c94b415d4390eca06c81a189fa225fdba8f43a6
configure: Drop -Wcast-align

Commit message copied from core's commit from Benjamin Otte:
246f5dba96a5b50bb74621af67b30942cca72af5
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.

Fixes #615698
configure.ac