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

ASF subversion and git services commented on QPID-7674:
-------------------------------------------------------

Commit 2e08b7cae09e7326240e75829da4676746905eee in qpid-cpp's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-cpp.git;h=2e08b7c ]

QPID-7674: Broker bulid problem with GCC 7

GCC 7 introduces a new warning for switch statement fall-through. The Qpid code 
triggers
the warning, but the fall through is deliberate. Disabled the warning.


> Broker bulid problem with GCC 7
> -------------------------------
>
>                 Key: QPID-7674
>                 URL: https://issues.apache.org/jira/browse/QPID-7674
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: qpid-cpp-1.35.0
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: qpid-cpp-1.37.0
>
>
> Build fails with GCC 7 as described in 
> https://bugzilla.redhat.com/show_bug.cgi?id=1421112
> {noformat}
>        case 0x01: out = in->getIntegerValue<int8_t>(); break;
>        ^~~~
> /builddir/build/BUILD/qpid-cpp-1.35.0/src/qpid/amqp_0_10/Codecs.cpp:111:33: 
> error: this statement may fall through [-Werror=implicit-fallthrough=]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to