summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-16 05:58:54 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-16 05:58:54 +0000
commit41770365a6b23b154fd412d7461fd5a0f881cbdc (patch)
tree2dd9ed2bd69dc035e2df6e7f3ec15345a7c92cbf
parente7276a1c99c9938e181af92f3fc160766bf31541 (diff)
Automated testing (re #1111): added -Wno-unused-label in CFLAGS for automated test
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3268 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--tests/automated/gnu-ipp.xml.template1
-rw-r--r--tests/automated/gnu.xml.template1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/automated/gnu-ipp.xml.template b/tests/automated/gnu-ipp.xml.template
index f5e367f4..1bd121f7 100644
--- a/tests/automated/gnu-ipp.xml.template
+++ b/tests/automated/gnu-ipp.xml.template
@@ -5,6 +5,7 @@
<FileWrite file="user.mak">
<![CDATA[
# Written by ccdash
+export CFLAGS += -Wno-unused-label -g
]]>
</FileWrite>
<FileWrite file="pjlib/include/pj/config_site.h">
diff --git a/tests/automated/gnu.xml.template b/tests/automated/gnu.xml.template
index 1de8aba4..f5dc553f 100644
--- a/tests/automated/gnu.xml.template
+++ b/tests/automated/gnu.xml.template
@@ -6,6 +6,7 @@
<FileWrite file="user.mak">
<![CDATA[
# Written by ccdash
+export CFLAGS += -Wno-unused-label -g
]]>
</FileWrite>
<FileWrite file="pjlib/include/pj/config_site.h">