2009/2/10 Oleksandr Redchuk <[email protected]>: > ================ command line > for /D %p in (20060421,20070525,20071221,20081205) \ > do echo --------- >>tt.txt && \ > c:\WinAVR-%p\bin\avr-gcc --version >>tt.txt 2>&1 && \ > c:\WinAVR-%p\bin\avr-gcc -S -Os -Wall foo.c >>tt.txt 2>&1
WinAVR-20060421 (3.4.6) really does not produce any warnings for source file renamed to foo.cpp and avr-gcc replaced by avr-g++ in command line above. All others do. -- wbr, ReAl _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
