Commit 5e2b888e authored by Dafydd Harries's avatar Dafydd Harries

define ERROR_CFLAGS with -W* in common.mk

darcs-hash:20070210132929-c9803-92624737ec43cff874b758d687b1821005882b04.gz
parent e2752da3
ERROR_CFLAGS = \
-Wall \
-Werror \
-Wextra \
-Wno-missing-field-initializers \
-Wwrite-strings \
-Wmissing-prototypes \
-Wredundant-decls
check-valgrind: check-valgrind:
$(MAKE) TESTS_ENVIRONMENT="sh $(abspath $(top_srcdir))/scripts/valgrind.sh" check $(MAKE) TESTS_ENVIRONMENT="sh $(abspath $(top_srcdir))/scripts/valgrind.sh" check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment