The following commit has been merged in the master branch:
commit 8844c339608d92c6a69364f84fcd14366cea9f13
Author: Andrew Deason <[email protected]>
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 <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to