[jira] Closed: (AMQCPP-49) Add -W -Wall compile options
[ https://issues.apache.org/activemq/browse/AMQCPP-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Mittler closed AMQCPP-49. Resolution: Fixed The compiler options are working correctly now. Due to some problems with the cppunit header files, I had to use different CXXFLAGS when building test and test-integration. As a result, running ./autogen.sh now gives a couple of warnings about overriding CXXFLAGS. > Add -W -Wall compile options > > > Key: AMQCPP-49 > URL: https://issues.apache.org/activemq/browse/AMQCPP-49 > Project: ActiveMQ C++ Client > Issue Type: Improvement > Environment: gcc >Reporter: Nathan Mittler > Assigned To: Nathan Mittler >Priority: Trivial > Fix For: 2.0 > > Attachments: vs2005-build.diff > > > Add -W -Wall compile options and clean up resulting warnings -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Closed: (AMQCPP-49) Add -W -Wall compile options
[ https://issues.apache.org/activemq/browse/AMQCPP-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Mittler closed AMQCPP-49. Resolution: Fixed Finally got cygwin happy. Removed use of -ansi -pedantic on cygwin, as well as a couple of other -Wno-XXX options. > Add -W -Wall compile options > > > Key: AMQCPP-49 > URL: https://issues.apache.org/activemq/browse/AMQCPP-49 > Project: ActiveMQ C++ Client > Issue Type: Improvement > Environment: gcc >Reporter: Nathan Mittler > Assigned To: Nathan Mittler >Priority: Trivial > Fix For: 2.0 > > Attachments: vs2005-build.diff > > > Add -W -Wall compile options and clean up resulting warnings -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
