You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2017/11/07 16:55:21 UTC

[trafficserver] branch master updated: Add flag to ignore out of bounds compile error for test

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new f21fdd8  Add flag to ignore out of bounds compile error for test
f21fdd8 is described below

commit f21fdd80f53da7880ae9e97e129aa1a8ac9fc451
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Oct 9 17:11:12 2017 -0700

    Add flag to ignore out of bounds compile error for test
---
 lib/ts/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ts/Makefile.am b/lib/ts/Makefile.am
index 0e8d1ab..cf4f82d 100644
--- a/lib/ts/Makefile.am
+++ b/lib/ts/Makefile.am
@@ -250,6 +250,7 @@ test_tslib_CPPFLAGS = $(AM_CPPFLAGS)\
 	-I$(abs_top_srcdir)/tests/include
 
 # add you catch based test file here for tslib
+test_tslib_CXXFLAGS = -Wno-array-bounds $(AM_CXXFLAGS)
 test_tslib_LDADD = libtsutil.la
 test_tslib_SOURCES = \
 	unit-tests/unit_test_main.cc \

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].