You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Riggs (JIRA)" <qp...@incubator.apache.org> on 2009/12/23 21:00:29 UTC

[jira] Created: (QPID-2307) Configure option to disable -Werror

Configure option to disable -Werror
-----------------------------------

                 Key: QPID-2307
                 URL: https://issues.apache.org/jira/browse/QPID-2307
             Project: Qpid
          Issue Type: New Feature
          Components: C++ Client
    Affects Versions: 0.6
         Environment: GCC build of the C++ broker and client
            Reporter: Rob Riggs


The configure script forces -Werror when building with GCC.  There are too many combinations of GCC and Boost that produce warnings.  This has the effect of causing the build to fail for all but a small subset of GCC and Boost versions.

The use of -Werror with GCC should be configurable.  It should be enabled by default for development versions and disabled by default for release versions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2307) Configure option to disable -Werror

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794225#action_12794225 ] 

Steve Huston commented on QPID-2307:
------------------------------------

FYI, this is already configurable in the CMake build.

> Configure option to disable -Werror
> -----------------------------------
>
>                 Key: QPID-2307
>                 URL: https://issues.apache.org/jira/browse/QPID-2307
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Client
>    Affects Versions: 0.6
>         Environment: GCC build of the C++ broker and client
>            Reporter: Rob Riggs
>
> The configure script forces -Werror when building with GCC.  There are too many combinations of GCC and Boost that produce warnings.  This has the effect of causing the build to fail for all but a small subset of GCC and Boost versions.
> The use of -Werror with GCC should be configurable.  It should be enabled by default for development versions and disabled by default for release versions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org