Commit cde5ed64 authored by Kai Vehmanen's avatar Kai Vehmanen

Enabled more compiler warnings

darcs-hash:20070502142335-77cd4-d6daeb49f463440ca7bfec752382a982913d41ae.gz
parent 35811637
...@@ -3,14 +3,23 @@ ERROR_CFLAGS = \ ...@@ -3,14 +3,23 @@ ERROR_CFLAGS = \
-Wall \ -Wall \
-Werror \ -Werror \
-Wextra \ -Wextra \
-Wundef \
-Wnested-externs \
-Wvolatile-register-var \
-Wno-missing-field-initializers \ -Wno-missing-field-initializers \
-Wwrite-strings \ -Wwrite-strings \
-Wpointer-arith \
-Wbad-function-cast \
-Wmissing-declarations \
-Wmissing-prototypes \ -Wmissing-prototypes \
-Wstrict-prototypes \
-Wredundant-decls \ -Wredundant-decls \
-Wno-unused-parameter -Wno-unused-parameter
# -Wold-style-definition -Winline -Wunreachable-code
CLEANFILES = *.gcno *.gcda CLEANFILES = *.gcno *.gcda
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
.PHONY: check-valgrind
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