summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 19:11:10 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 19:11:10 +0000
commit08e04406dc01b04f0aee8d816e9e620a28d061b4 (patch)
treeb60d7474ad8fe46143dc0a12c68453c834606d31 /test
parent3865f7ef3988bd40023e5e470b1ad551e8ef7a8e (diff)
downloadlibdom-08e04406dc01b04f0aee8d816e9e620a28d061b4.tar.gz
libdom-08e04406dc01b04f0aee8d816e9e620a28d061b4.tar.bz2
Suppress strict aliasing warnings when compiling the testsuite
svn path=/trunk/dom/; revision=11012
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 726254c..d86a28b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,7 +1,7 @@
testutils_files := testutils/comparators.c;testutils/list.c;testutils/domtsasserts.c
testutils_files := $(testutils_files);testutils/utils.c;testutils/foreach.c;testutils/load.c
-TESTCFLAGS := $(TESTCFLAGS) -I$(DIR) -I$(DIR)testutils -Ibindings/xml -Ibindings/hubbub -Wno-unused
+TESTCFLAGS := $(TESTCFLAGS) -I$(DIR) -I$(DIR)testutils -Ibindings/xml -Ibindings/hubbub -Wno-unused -fno-strict-aliasing
ALL_XML_TESTS :=