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)