HI,
Don't worry about that warning. It is annoying, but harmless. The
correct code is generated, and everything works OK. I think Dmitry knows
a proper way to avoid this warning with the latest (unstable) GCC, but
with 3.2.3 this is what you get.
Regards,
Steve
Hunter Ware wrote:
I switched back to mspgcc 3.2.3 and I still get a warning from the
_BIC_SR_IRQ macro from the line "LPM2_EXIT;":
"warning: concatenation of string literals with __FUNCTION__
is deprecated"
I can't figure a way around this warning with the current macro and we
will have to fix this sometime as gcc will soon not compile this macro
at all. I was wondering if anyone had an idea of how to make this macro
compile cleanly...
thanks,
Hunter