Mercurial > yaffs-ecoscentric-gpl
changeset 363:c657c9658929
Add extra compiler flags
| author | charles <charles> |
|---|---|
| date | Thu, 25 Feb 2010 22:34:47 +0000 |
| parents | c2704866bde5 |
| children | 578449a365d7 |
| files | direct/tests/Makefile |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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_DEF 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
