Add -Wall option.

This commit is contained in:
Richard Barry 2008-03-07 11:13:41 +00:00
parent 09803ca31e
commit 6e4a303cdb

View file

@ -70,6 +70,6 @@ ProgStart:
StackSize: StackSize:
HeapSize: HeapSize:
LinkerScript: RTOSDemo/RTOSDemo.ld LinkerScript: RTOSDemo/RTOSDemo.ld
ProgCCFlags: -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map ProgCCFlags: -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map -Wall
CompileInXps: 1 CompileInXps: 1
NonXpsApp: 0 NonXpsApp: 0