alanxz / SimpleAmqpClient

Simple C++ Interface to rabbitmq-c
MIT License
404 stars 214 forks source link

warning: catching polymorphic type 'class AmqpClient::NotFoundException' by value [-Wcatch-value=] #342

Closed hith3sh closed 6 months ago

hith3sh commented 6 months ago

image Found this warning message when creating a docker image. It appears to happen during the build process, specifically when compiling the source file named Channel.cpp

hith3sh commented 6 months ago

fixed here #343