I routinely get warnings like this when I compile classes with virtual functions (using avr-gcc 4.1.0):

avr-gcc -c -mmcu=atmega128 -I. -Wp,-M,-MP,-MT,qhsm_ini.o,-MF,.dep/ qhsm_ini.o.d -fno-exceptions -ggdb - DQ_SPY -I../../../../include - I../../../../ports/avr/qk/g++ -I../../../source -I. -Os -funsigned- char - funsigned-bitfields -fpack-struct -fshort-enums -Wall - Wa,-adhlns=./spy/qhsm_ini.lst ../../../source/ qhsm_ini.cpp -o spy/qhsm_ini.o

/Users/ned/src/quantumFrameworkCPP/qep/avr/qk/g++/../../../../include/ qep.h|258| warning: alignment of 'QHsm::vtable for QHsm' is greater than maximum object file alignment. Using 1

Is this a problem?

Is there some way to shut these up (other than post-processing the gcc output)?

Thanks,


--
Ned Konz
[EMAIL PROTECTED]




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

Reply via email to