Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/dist/ipf



Module Name:    src
Committed By:   he
Date:           Sun Mar 13 10:44:40 UTC 2005

Modified Files:
        src/dist/ipf: radix.c

Log Message:
Get rid of a compiler warning saying "dereferencing type-punned pointer
will break strict-aliasing rules" by casting the argument to rn_inithead()
to (void*) instead of (void**).


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/dist/ipf/radix.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index