On Sat, 24 Jan 2009 18:47:40 -0700
"Weddington, Eric" <[email protected]> wrote:

> Ah, ok, I see now. Sorry that I just gave it a quick glance.
> Again, typecasts are all that you need. See attached; no warnings, no errors. 

> {"Item 1             ",(const struct Tmenu    *)&menu_sub,NULL},


Oops, I guess our respective GCC versions don't behave the same again.. adding 
this type cast gives me a new/different warning:

menu.c:35: warning: type-punning to incomplete type might break strict-aliasing 
rules

I think we may well never see the end of it ! ;-)


--
Vince


_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to