You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/11/05 05:48:54 UTC

[jira] [Commented] (THRIFT-1462) add more strict compiler flags

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

Hudson commented on THRIFT-1462:
--------------------------------

SUCCESS: Integrated in Thrift #1331 (See [https://builds.apache.org/job/Thrift/1331/])
THRIFT-1462 add more strict compiler flags (roger: rev ec300e33d49bc57d8cc3b744ea16e5af615c8f94)
* tutorial/cpp/Makefile.am
* lib/cpp/test/Makefile.am
* compiler/cpp/Makefile.am
* test/cpp/Makefile.am
* compiler/cpp/src/generate/t_lua_generator.cc
* lib/cpp/Makefile.am
* compiler/cpp/src/generate/t_delphi_generator.cc
* compiler/cpp/CMakeLists.txt


> add more strict compiler flags
> ------------------------------
>
>                 Key: THRIFT-1462
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1462
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: C++ - Compiler, C++ - Library
>            Reporter: Roger Meier
>            Assignee: Roger Meier
>             Fix For: 0.9.2
>
>         Attachments: THRIFT-1462_flags_c++0x_pedantic_Wextra.patch
>
>
> I would like to introduce additional compiler flags to improve the C++ code quality:
> {noformat}
> -CXXFLAGS = -Wall
> +CXXFLAGS = -Wall -Wextra -std=c++0x -pedantic
> {noformat}



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