OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_1-6-g8844c33
Gerrit Code Review
gerrit@openafs.org
Thu, 1 Apr 2010 14:38:44 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8844c339608d92c6a69364f84fcd14366cea9f13
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Apr 1 13:18:41 2010 -0500
fssync-debug: fix strict-aliasing problems
We cannot type-pun pointers like that. Instead, declare a new struct
on the stack, and copy the memory into it. Remove the CFLAGS_NOSTRICT
suppression on fssync-debug.o.
Change-Id: I25b48399417e009dc94bfebd513c0ee6feea282a
Reviewed-on: http://gerrit.openafs.org/1678
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/tsalvaged/Makefile.in | 3 +--
src/vol/Makefile.in | 4 ----
src/vol/fssync-debug.c | 42 ++++++++++++++++++++++++------------------
3 files changed, 25 insertions(+), 24 deletions(-)
--
OpenAFS Master Repository