You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (JIRA)" <ji...@apache.org> on 2019/07/03 13:29:00 UTC

[jira] [Created] (ARROW-5840) [C++][OSX] Unused variable warning in python/common.h in release mode

Krisztian Szucs created ARROW-5840:
--------------------------------------

             Summary: [C++][OSX] Unused variable warning in python/common.h in release mode
                 Key: ARROW-5840
                 URL: https://issues.apache.org/jira/browse/ARROW-5840
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Krisztian Szucs


{code}
/var/folders/cz/jrwncy5s5cb612sgwscd0z8h0000gn/T/arrow-0.14.0.XXXXX.HSei2zjI/apache-arrow-0.14.0/cpp/src/arrow/python/common.h:66:9: warning: unused variable 'r' [-Wunused-variable]
    int r = internal::check_status(result.status());
{code}



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