You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2023/04/20 15:29:00 UTC

[jira] [Created] (THRIFT-5703) Haxe 4.30 emits "Local variable retval used without being initialized" on generated code

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)