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

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit d1fd93137635971476f824c552f2f99575d9bf0f
Author: Bryan Call <[email protected]>
AuthorDate: Mon Oct 9 17:11:12 2017 -0700

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

diff --git a/lib/ts/Makefile.am b/lib/ts/Makefile.am
index 2e09e15..146c06f 100644
--- a/lib/ts/Makefile.am
+++ b/lib/ts/Makefile.am
@@ -244,6 +244,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/main.cpp \

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to