[
https://issues.apache.org/jira/browse/THRIFT-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167930#comment-13167930
]
Hudson commented on THRIFT-1462:
--------------------------------
Integrated in Thrift #363 (See [https://builds.apache.org/job/Thrift/363/])
THRIFT-1462 add more strict compiler flags(-Wall -Wextra -std=c++0x
-pedantic)
roger : http://svn.apache.org/viewvc/?view=rev&rev=1213459
Files :
* /thrift/trunk/compiler/cpp/Makefile.am
* /thrift/trunk/lib/cpp/Makefile.am
* /thrift/trunk/lib/cpp/test/Makefile.am
* /thrift/trunk/test/cpp/Makefile.am
> 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
> 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 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