The following commit has been merged in the master branch:
commit 185a6a474ccaf15c1abb708bcdfe27857454cef4
Author: Andrew Deason <[email protected]>
Date:   Thu Apr 1 13:55:51 2010 -0500

    Correct incorrect type-punning fixes
    
    Commit 549002c906795f978eebf81c706995116a04a8ff attempted to resolve a
    few type-punning-related warnings, but did so using unions. Unions are
    not guaranteed to work correctly with type-punning on non-gcc, so
    partially revert and reimplement.
    
    Change-Id: I6a49184284809c929bc45b5de5b32b8323467505
    Reviewed-on: http://gerrit.openafs.org/1679
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/rxdebug/rxdebug.c |   15 +++++++--------
 src/util/uuid.c       |   18 ++++++++----------
 2 files changed, 15 insertions(+), 18 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to