Jens Geyer created THRIFT-5703:
----------------------------------
Summary: Haxe 4.30 emits "Local variable retval used without being
initialized" on generated code
Key: THRIFT-5703
URL: https://issues.apache.org/jira/browse/THRIFT-5703
Project: Thrift
Issue Type: Bug
Components: Haxe - Compiler
Reporter: Jens Geyer
Assignee: Jens Geyer
{code}
struct Foo {}
service Bar {
Foo FooBar()
}
{code}
produces "Local variable retval used without being initialized" in the
generated service call helper function for FooBar() when compiled with Haxe
4.30.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)