You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would you describe the priority of this documentation request
Low (would be nice)
Please provide a link or source to the relevant docs
examples/developer_guide/4_rabbitmq_cpp_stage
Describe the problems in the documentation
[133/249] Building C object _deps/rabbitmq-build/librabbitmq/CMakeFiles/rabbitmq.dir/amqp_connection.c.o
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c: In function 'amqp_handle_input':
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c:267:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
267 | if (memcmp(raw_frame, "AMQP", 4) == 0) {
| ^
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c:287:5: note: here
287 | case CONNECTION_STATE_HEADER: {
| ^~~~
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c:287:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
287 | case CONNECTION_STATE_HEADER: {
| ^
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c:334:5: note: here
334 | case CONNECTION_STATE_BODY: {
| ^~~~
[134/249] Building C object _deps/rabbitmq-build/librabbitmq/CMakeFiles/rabbitmq-static.dir/amqp_connection.c.o
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c: In function 'amqp_handle_input':
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c:267:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
267 | if (memcmp(raw_frame, "AMQP", 4) == 0) {
| ^
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c:287:5: note: here
287 | case CONNECTION_STATE_HEADER: {
| ^~~~
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c:287:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
287 | case CONNECTION_STATE_HEADER: {
| ^
/home/dagardner/work/morpheus/.cache/cpm/rabbitmq/6b6fe482f87f4e156bcc5e8e9dd2e3a56a76ef12/librabbitmq/amqp_connection.c:334:5: note: here
334 | case CONNECTION_STATE_BODY: {
| ^~~~
(Optional) Propose a correction
Silence warnings just for building the librabbitmq dependency.
Alternately submit a patch to the project to fix the warnings.
How would you describe the priority of this documentation request
Low (would be nice)
Please provide a link or source to the relevant docs
examples/developer_guide/4_rabbitmq_cpp_stage
Describe the problems in the documentation
(Optional) Propose a correction
Silence warnings just for building the librabbitmq dependency.
Alternately submit a patch to the project to fix the warnings.
Code of Conduct
The text was updated successfully, but these errors were encountered: