You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/24 20:07:04 UTC

[jira] [Commented] (THRIFT-4209) warning CS0414 in T[TLS]ServerSocket.cs

    [ https://issues.apache.org/jira/browse/THRIFT-4209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16023588#comment-16023588 ] 

ASF GitHub Bot commented on THRIFT-4209:
----------------------------------------

GitHub user Jens-G opened a pull request:

    https://github.com/apache/thrift/pull/1275

    THRIFT-4209 warning CS0414 in T[TLS]ServerSocket.cs

    Client: C#
    Patch: Jens Geyer

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Jens-G/thrift THRIFT-4209

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1275.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1275
    
----
commit 3940d3e1e3b48e554990095fe7581c0508c2d828
Author: Jens Geyer <je...@apache.org>
Date:   2017-05-24T19:32:28Z

    THRIFT-4209 warning CS0414 in T[TLS]ServerSocket.cs
    Client: C#
    Patch: Jens Geyer

----


> warning CS0414 in T[TLS]ServerSocket.cs
> ---------------------------------------
>
>                 Key: THRIFT-4209
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4209
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C# - Library
>         Environment: mono
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Trivial
>
> {code}
> TServerSocket.cs(40,15): warning CS0414: The private field `Thrift.Transport.TServerSocket.port' is assigned but its value is never used
> TTLSServerSocket.cs(41,21): warning CS0414: The private field `Thrift.Transport.TTLSServerSocket.port' is assigned but its value is never used
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)