You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "John Campbell (JIRA)" <ji...@apache.org> on 2014/10/13 02:43:33 UTC

[jira] [Created] (THRIFT-2784) Eliminate compiler warnings in generated C++ code

John Campbell created THRIFT-2784:
-------------------------------------

             Summary: 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
            Priority: Minor


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)