From: richardbarry Date: Fri, 7 Mar 2008 11:12:17 +0000 (+0000) Subject: Add -Wall option. X-Git-Tag: V4.8.0~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a09f20794ec87d19cec0f21e5c1af1fc8bd07a08;p=freertos Add -Wall option. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@241 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/__xps/rtosdemo_compiler.opt b/Demo/PPC405_Xilinx_Virtex4_GCC/__xps/rtosdemo_compiler.opt index 77e235f85..0060ac77d 100644 --- a/Demo/PPC405_Xilinx_Virtex4_GCC/__xps/rtosdemo_compiler.opt +++ b/Demo/PPC405_Xilinx_Virtex4_GCC/__xps/rtosdemo_compiler.opt @@ -4,7 +4,7 @@ RTOSDEMO_HEADERS = RTOSDemo/FreeRTOSConfig.h RTOSDEMO_CC = powerpc-eabi-gcc RTOSDEMO_CC_SIZE = powerpc-eabi-size RTOSDEMO_CC_OPT = -O0 -RTOSDEMO_CFLAGS = -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map +RTOSDEMO_CFLAGS = -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map -Wall RTOSDEMO_CC_SEARCH = # -B RTOSDEMO_LIBPATH = -L./ppc405_0/lib/ # -L RTOSDEMO_INCLUDES = -I./ppc405_0/include/ -IRTOSDemo/ -I. -I./RTOSDemo/ -I../Common/include/ -I../../Source/include/ -I./ppc405_0/include/ -I./ppc405_0/include