[
https://issues.apache.org/jira/browse/THRIFT-3739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200478#comment-15200478
]
Hudson commented on THRIFT-3739:
--------------------------------
SUCCESS: Integrated in Thrift-precommit #327 (See
[https://builds.apache.org/job/Thrift-precommit/327/])
THRIFT-3739 Deprecation warning in codegen/base.d (nsuke:
[https://github.com/apache/thrift/commit/8e1fd869853e5b5d1aa97f69ac6b567b0e9c7ccd])
* lib/d/src/thrift/codegen/base.d
> Deprecation warning in codegen/base.d
> -------------------------------------
>
> Key: THRIFT-3739
> URL: https://issues.apache.org/jira/browse/THRIFT-3739
> Project: Thrift
> Issue Type: Bug
> Components: D - Library
> Affects Versions: 0.9.3
> Environment: dmd 2.070
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
> Priority: Trivial
> Fix For: 0.10.0
>
>
> {quote}
> ../../lib/d/src/thrift/codegen/base.d(502): Deprecation: this is not an lvalue
> {quote}
> https://travis-ci.org/apache/thrift/jobs/113139459#L5997
> It's caused by passing this pointer to "ref" parameter of "readStruct"
> function.
> Making the parameter to auto ref resolves the problem.
> This should be OK because the readStruct function is for internal use only.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)