From 255c1d1f16b2fc3649bb8015673644cb920f2215 Mon Sep 17 00:00:00 2001 From: charles Date: Thu, 25 Feb 2010 22:34:47 +0000 Subject: [PATCH 1/1] Add extra compiler flags --- direct/tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/tests/Makefile b/direct/tests/Makefile index fe12adf..86e0d8d 100644 --- a/direct/tests/Makefile +++ b/direct/tests/Makefile @@ -14,7 +14,7 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.6 2010-01-11 04:06:47 charles Exp $ +# $Id: Makefile,v 1.7 2010-02-25 22:34:47 charles Exp $ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC @@ -23,6 +23,7 @@ CFLAGS += -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES -DNO_Y CFLAGS += -Wall -g $(EXTRA_COMPILE_FLAGS) -Wstrict-aliasing #CFLAGS += -fno-strict-aliasing CFLAGS += -O0 +CFLAGS += -Wextra -Wpointer-arith #CFLAGS += -DCONFIG_YAFFS_VALGRIND_TEST #CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -- 2.30.2