You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2009/04/09 19:58:13 UTC

[jira] Created: (THRIFT-448) Option to suppress specific compiler warnings

Option to suppress specific compiler warnings
---------------------------------------------

                 Key: THRIFT-448
                 URL: https://issues.apache.org/jira/browse/THRIFT-448
             Project: Thrift
          Issue Type: Improvement
          Components: Compiler (General)
            Reporter: Bryan Duxbury
            Priority: Trivial


It's super annoying to run the Thrift compiler in the tests because of the warnings about potentially invalid i64 constants. I would love to be able to specifically suppress that warning from showing up, since it's just noise in the libraries I code in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-448) Option to suppress specific compiler warnings

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697626#action_12697626 ] 

David Reiss commented on THRIFT-448:
------------------------------------

Or figure out whether 64 bit constants need a special syntax in the languages we support, so we can eliminate that warning entirely.

> Option to suppress specific compiler warnings
> ---------------------------------------------
>
>                 Key: THRIFT-448
>                 URL: https://issues.apache.org/jira/browse/THRIFT-448
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (General)
>            Reporter: Bryan Duxbury
>            Priority: Trivial
>
> It's super annoying to run the Thrift compiler in the tests because of the warnings about potentially invalid i64 constants. I would love to be able to specifically suppress that warning from showing up, since it's just noise in the libraries I code in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-448) Option to suppress specific compiler warnings

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697649#action_12697649 ] 

Bryan Duxbury commented on THRIFT-448:
--------------------------------------

Yeah! I like that idea.

> Option to suppress specific compiler warnings
> ---------------------------------------------
>
>                 Key: THRIFT-448
>                 URL: https://issues.apache.org/jira/browse/THRIFT-448
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (General)
>            Reporter: Bryan Duxbury
>            Priority: Trivial
>
> It's super annoying to run the Thrift compiler in the tests because of the warnings about potentially invalid i64 constants. I would love to be able to specifically suppress that warning from showing up, since it's just noise in the libraries I code in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.