Steven Dake wrote:
Bob, The copy_form_mem function looks as though it may break strict aliasing rules set by the ISO C 99 standard. Have you tried compiling with - Wstrict-aliasing=2 as a CFLAGS option? If you receive no warnings here, you should be ok. Regards -steve
Hi Steve, Thanks for the input. It compiles without warning with: -Wstrict-aliasing=2 Regards, Bob Peterson Red Hat Cluster Suite