From 3226090de2c6752b3ba4dec3e880a5bb014f93f2 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 7 Mar 2008 11:13:41 +0000 Subject: [PATCH] Add -Wall option. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@243 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/PPC405_Xilinx_Virtex4_GCC/system.xmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/system.xmp b/Demo/PPC405_Xilinx_Virtex4_GCC/system.xmp index 85e8c24a1..19ed0b94e 100644 --- a/Demo/PPC405_Xilinx_Virtex4_GCC/system.xmp +++ b/Demo/PPC405_Xilinx_Virtex4_GCC/system.xmp @@ -70,6 +70,6 @@ ProgStart: StackSize: HeapSize: 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 NonXpsApp: 0 -- 2.39.5