[
https://issues.apache.org/jira/browse/AVRO-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892689#comment-17892689
]
ASF subversion and git services commented on AVRO-4083:
-------------------------------------------------------
Commit 0434f44f3ec1c4942b092fcf57816975c73d38da in avro's branch
refs/heads/main from glywk
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=0434f44f3 ]
[AVRO-4083]: Remove unused variable (#3219)
Co-authored-by: blissful <[email protected]>
> [C++] cleanup unreferenced local variable warning
> -------------------------------------------------
>
> Key: AVRO-4083
> URL: https://issues.apache.org/jira/browse/AVRO-4083
> Project: Apache Avro
> Issue Type: Improvement
> Components: c++
> Affects Versions: 1.12.0
> Reporter: Guillaume Labourey
> Assignee: Guillaume Labourey
> Priority: Trivial
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> C++ compilation warns unreferenced local variable in exceptions catch block.
> {code:java}
> ***\lang\c++\impl\Compiler.cc(353,29): warning C4101: 'ex' : unreferenced
> local variable
> ***\lang\c++\impl\Compiler.cc(511,29): warning C4101: 'ex' : unreferenced
> local variable {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)