Guillaume Labourey created AVRO-4083:
----------------------------------------
Summary: [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
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)