]> xenbits.xensource.com Git - people/iwj/ring3-xl-test.git/commitdiff
CFLAGS: Do not pass -pedantic
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 23 Jun 2015 17:12:57 +0000 (18:12 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 23 Jun 2015 17:13:42 +0000 (18:13 +0100)
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>
Makefile

index 0c5ada4a78773b32c8b406c02f2a341007a2088d..3741801008a614bf61b4a075e2e872c990565e9b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 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)