[ https://issues.apache.org/jira/browse/THRIFT-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christian Lavoie updated THRIFT-916: ------------------------------------ Attachment: make-k.log Actually, running the full thing with {{make -k}} (same configure parameters as above), I get another half-dozen files failing -- see the attached {{make-k.log}} file. Relevant program versions: {noformat} flex 2.5.35 Darwin -- 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386 i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) {noformat} I think your patch should be committed as-is, it's a clear improvement. It's not quite enough to resolve the bug for me, though. > gcc warnings in c++ header files > -------------------------------- > > Key: THRIFT-916 > URL: https://issues.apache.org/jira/browse/THRIFT-916 > Project: Thrift > Issue Type: Improvement > Components: C++ - Library > Affects Versions: 0.4 > Reporter: Piotr Bartosiewicz > Attachments: make-k.log, THRIFT-916_Wall_pedantic__noerrors.patch > > > I tried to add an extra gcc warning options in my project but a number of > warnings was emmited from thrift headers. > Following the boost library recommendations, code should be clean with "-Wall > -Wextra -pedantic" options. > Currently only with -Wall thrift has no warnings. > Other options worth considering (but require more work) are -Wconversion > -Wold-style-cast > So the task is to improve the thrift headers. > I suggest also update all the thrift makefiles so the thrift sources an tests > will indicate the faulty code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.