------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-05 19:22 ------- (In reply to comment #19) > Should not be some warning to be generated?
There is a warning if going directly from char * to the union pointer but since you go through a void pointer, the warning is gone. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20625