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 2016/01/06 12:31:39 UTC

[jira] [Commented] (THRIFT-3528) Fix warnings in thrift.ll

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

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

GitHub user nsuke opened a pull request:

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

    THRIFT-3528 Fix warnings in thrift.ll

    

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

    $ git pull https://github.com/nsuke/thrift THRIFT-3528

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

    https://github.com/apache/thrift/pull/778.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 #778
    
----
commit 45a6d266ad8d7d4217b5b7779bc1b44bbccf680b
Author: Nobuaki Sukegawa <ns...@apache.org>
Date:   2016-01-06T11:30:07Z

    THRIFT-3528 Fix warnings in thrift.ll

----


> Fix warnings in thrift.ll
> -------------------------
>
>                 Key: THRIFT-3528
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3528
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (General)
>            Reporter: Aki Sukegawa
>            Assignee: Aki Sukegawa
>            Priority: Trivial
>
> {code}
> /thrift/compiler/cpp/src/thriftl.ll:271: warning, rule cannot be matched
> /thrift/compiler/cpp/src/thriftl.ll:290: warning, rule cannot be matched                                                                                                    
> /thrift/compiler/cpp/src/thriftl.ll:414: warning, rule cannot be matched
> {code}
> Seeing the code, the rules were redundant and no use at all as suggested by the warning messages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)