You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/03/09 14:45:00 UTC

[jira] [Created] (ARROW-8036) [C++] Compilation failure with gtest 1.10.0

Antoine Pitrou created ARROW-8036:
-------------------------------------

             Summary: [C++] Compilation failure with gtest 1.10.0
                 Key: ARROW-8036
                 URL: https://issues.apache.org/jira/browse/ARROW-8036
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Antoine Pitrou


{code}
../src/arrow/array_test.cc:641:1: error: 'TypedTestCaseIsDeprecated' is deprecated: TYPED_TEST_CASE is deprecated, please use TYPED_TEST_SUITE [-Werror,-Wdeprecated-declarations]
TYPED_TEST_CASE(TestPrimitiveBuilder, Primitives);
^
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)