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

[jira] [Created] (ARROW-3985) [C++] Pass -C option when compiling with ccache to avoid some warnings

Wes McKinney created ARROW-3985:
-----------------------------------

             Summary: [C++] Pass -C option when compiling with ccache to avoid some warnings
                 Key: ARROW-3985
                 URL: https://issues.apache.org/jira/browse/ARROW-3985
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.13.0


ccache by default will eat comments, some of which are used by gcc to disable certain warnings, like case statements that fall through.

see https://github.com/apache/arrow/issues/3004



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