You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/01/21 18:25:00 UTC

[jira] [Commented] (ARROW-11337) [C++] Compilation error with ThreadSanitizer

    [ https://issues.apache.org/jira/browse/ARROW-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17269509#comment-17269509 ] 

Antoine Pitrou commented on ARROW-11337:
----------------------------------------

cc [~bkietz] , [~westonpace]

> [C++] Compilation error with ThreadSanitizer
> --------------------------------------------
>
>                 Key: ARROW-11337
>                 URL: https://issues.apache.org/jira/browse/ARROW-11337
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Priority: Major
>
> With g++ 9.3.0 and {{ARROW_USE_TSAN=ON}}, I get the following compilation error:
> {code:java}
> ../src/arrow/util/future_test.cc: In lambda function:
> ../src/arrow/util/future_test.cc:548:5: error: control reaches end of non-void function [-Werror=return-type]
>   548 |     });
>       |     ^
> {code}



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