X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftests%2FMakefile;h=86e0d8d9e127f44a7c81c8f9910f8c7360594066;hp=fe12adf1e8aeaad824a4ff386ea3d295c92cc39b;hb=255c1d1f16b2fc3649bb8015673644cb920f2215;hpb=b9cc161107778024e07cfb2f1d92dcf8d3248bd6 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