]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super1.c
Fix some type-aliasing issues.
authorLuca Berra <bluca@comedia.it>
Fri, 17 Jun 2011 04:38:14 +0000 (14:38 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 17 Jun 2011 04:38:14 +0000 (14:38 +1000)
commit3b7e9d0cbeb91d8567a229f26326ec77053b90a2
tree2e76acff823f19553bc4d1ef35c3dc5483679244
parente4c72d1dc69e576ca97163a3d4f44394e9bdd3ed
Fix some type-aliasing issues.

Warnings for these are reported with -Wstrict-aliasing=2, and
avoiding the cast is certainly an improvement.

Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c
super0.c
super1.c