You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (Created) (JIRA)" <ji...@apache.org> on 2011/10/08 13:42:29 UTC

[jira] [Created] (AVRO-915) Large number of warnings in C++ buildsc

Large number of warnings in C++ buildsc
---------------------------------------

                 Key: AVRO-915
                 URL: https://issues.apache.org/jira/browse/AVRO-915
             Project: Avro
          Issue Type: Improvement
          Components: c++
            Reporter: Thiruvalluvan M. G.
            Assignee: Thiruvalluvan M. G.
             Fix For: 1.6.0


By default, -Wall is disabled for g++. If enabled, it gives a large number of warnings. This ticket is to fix those warnings.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-915) Large number of warnings in C++ buildsc

Posted by "Thiruvalluvan M. G. (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-915:
-------------------------------------

    Attachment: AVRO-915-soln.patch
                AVRO-915-prob.patch

One patch demonstrates the problem and the other fixes the problem.

The warnings due to {{offsetof}} macro cannot be suppressed because {{offsetof}} is the part of the design for serializing objects in the previous C++ API. We'll deprecate the API some day.
                
> Large number of warnings in C++ buildsc
> ---------------------------------------
>
>                 Key: AVRO-915
>                 URL: https://issues.apache.org/jira/browse/AVRO-915
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>             Fix For: 1.6.0
>
>         Attachments: AVRO-915-prob.patch, AVRO-915-soln.patch
>
>
> By default, -Wall is disabled for g++. If enabled, it gives a large number of warnings. This ticket is to fix those warnings.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-915) Large number of warnings in C++ buildsc

Posted by "Thiruvalluvan M. G. (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-915:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed revision 1182454.
                
> Large number of warnings in C++ buildsc
> ---------------------------------------
>
>                 Key: AVRO-915
>                 URL: https://issues.apache.org/jira/browse/AVRO-915
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>             Fix For: 1.6.0
>
>         Attachments: AVRO-915-prob.patch, AVRO-915-soln.patch
>
>
> By default, -Wall is disabled for g++. If enabled, it gives a large number of warnings. This ticket is to fix those warnings.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-915) Large number of warnings in C++ buildsc

Posted by "Thiruvalluvan M. G. (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124030#comment-13124030 ] 

Thiruvalluvan M. G. commented on AVRO-915:
------------------------------------------

If there are no objections, I'll commit this tomorrow.
                
> Large number of warnings in C++ buildsc
> ---------------------------------------
>
>                 Key: AVRO-915
>                 URL: https://issues.apache.org/jira/browse/AVRO-915
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>             Fix For: 1.6.0
>
>         Attachments: AVRO-915-prob.patch, AVRO-915-soln.patch
>
>
> By default, -Wall is disabled for g++. If enabled, it gives a large number of warnings. This ticket is to fix those warnings.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-915) Large number of warnings in C++ buildsc

Posted by "Thiruvalluvan M. G. (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-915:
-------------------------------------

    Status: Patch Available  (was: Open)
    
> Large number of warnings in C++ buildsc
> ---------------------------------------
>
>                 Key: AVRO-915
>                 URL: https://issues.apache.org/jira/browse/AVRO-915
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>             Fix For: 1.6.0
>
>         Attachments: AVRO-915-prob.patch, AVRO-915-soln.patch
>
>
> By default, -Wall is disabled for g++. If enabled, it gives a large number of warnings. This ticket is to fix those warnings.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira