]> git.sur5r.net Git - freertos/commitdiff
Add -Wall option.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 7 Mar 2008 11:14:18 +0000 (11:14 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 7 Mar 2008 11:14:18 +0000 (11:14 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@244 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/PPC405_Xilinx_Virtex4_GCC/system_incl.make

index d24c39825706605d0f966bf5175b8bf7bb80bc2d..078a3d30df26685a56229e38ca5daf28df284928 100644 (file)
@@ -116,7 +116,7 @@ RTOSDEMO_HEADERS = RTOSDemo/FreeRTOSConfig.h
 RTOSDEMO_CC = powerpc-eabi-gcc\r
 RTOSDEMO_CC_SIZE = powerpc-eabi-size\r
 RTOSDEMO_CC_OPT = -O0\r
-RTOSDEMO_CFLAGS = -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map\r
+RTOSDEMO_CFLAGS = -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map -Wall\r
 RTOSDEMO_CC_SEARCH = # -B\r
 RTOSDEMO_LIBPATH = -L./ppc405_0/lib/ # -L\r
 RTOSDEMO_INCLUDES = -I./ppc405_0/include/  -IRTOSDemo/   -I. -I./RTOSDemo/ -I../Common/include/ -I../../Source/include/ -I./ppc405_0/include/ -I./ppc405_0/include \r