You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/07/01 22:37:00 UTC

[jira] [Created] (ARROW-2776) [C++] Do not pass -Wno-noexcept-type for compilers that do not support it

Wes McKinney created ARROW-2776:
-----------------------------------

             Summary: [C++] Do not pass -Wno-noexcept-type for compilers that do not support it
                 Key: ARROW-2776
                 URL: https://issues.apache.org/jira/browse/ARROW-2776
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Wes McKinney


This can be seen in the manylinux1 build for example

{code}
cc1plus: warning: unrecognized command line option "-Wno-noexcept-type" [enabled by default]
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)