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

Hudson commented on THRIFT-2784:
--------------------------------

SUCCESS: Integrated in Thrift #1319 (See 
[https://builds.apache.org/job/Thrift/1319/])
THRIFT-2784 Eliminate compiler warnings in generated C++ code (roger: rev 
a70986fc34428c665ffadd602aae6a69ceeb418e)
* compiler/cpp/src/generate/t_html_generator.cc
* compiler/cpp/src/generate/t_lua_generator.cc
* compiler/cpp/src/generate/t_as3_generator.cc
* compiler/cpp/src/generate/t_json_generator.cc
* compiler/cpp/src/generate/t_java_generator.cc
* compiler/cpp/src/generate/t_go_generator.cc
* compiler/cpp/src/generate/t_php_generator.cc
* compiler/cpp/src/generate/t_delphi_generator.cc
* compiler/cpp/src/parse/t_program.h
* compiler/cpp/src/generate/t_c_glib_generator.cc
* compiler/cpp/src/generate/t_d_generator.cc


> Eliminate compiler warnings in generated C++ code
> -------------------------------------------------
>
>                 Key: THRIFT-2784
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2784
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Compiler
>    Affects Versions: 0.9.1
>            Reporter: John Campbell
>            Assignee: Roger Meier
>            Priority: Minor
>         Attachments: thrift-2784-eliminate_generated_cpp_warnings.patch
>
>
> Generated C++ classes generate compiler warnings when the using code is 
> compiled with -Wall -Wextra -pedantic.
> Specifically, there are two types of warnings in the generated code:
> 1. Exceptions don't call parent constructor
> 2. Unused warnings
> (there may be others in the generated code, however no others have been found 
> at this time)
> Ideally, the generated C++ code should not have these errors.



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

Reply via email to