Using the asm keyword in C++ code to directly vector interrupts to a class handler (as in the CLASS_IRQ macro discussed earlier on this list) still leaves the mangled name which avr-gcc subsequently flags as a "misspelled signal handler". The gcc manual provides for a negative warning form "-Wno-" to turn off particular warning messages, although I cannot find mention of the "misspelled" message.
Is there a way to turn off this message? If not could I please request the option be added during the next build? Ron _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
