This option is of no use. One of the things that it complains about
is this:
/u/iwj/work/xen.git/tools/libxl/_libxl_types.h:34:33: error: comma at end of enumerator list [-Werror=edantic]
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
SRCS = testcase_runner.c eventloop_runner.c testcase_utils.c async_test.c
-CFLAGS = -Wall -Wextra -Werror -pedantic -g
+CFLAGS = -Wall -Wextra -Werror -g
LDLIBS = -pthread -lxenctrl -lxlutil -lxenlight -ldl
TESTS = $(wildcard test_*.c)
ALL_SRCS = $(SRCS) $(TESTS)