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
we are using AMQP-CPP library in our project and having troubles building it, because several headers have warnings in them, and they are treated as errors:
at
envelope.h line 68
envelope.h line 125
libevent.h line 67
C:\...\.conan\data\amqp-cpp\4.3.11\_\_\package\8cf01e2f50fcd6b63525e70584df0326550364e1\include\amqpcpp/envelope.h(68): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
...\include\amqpcpp/envelope.h(125): warning C4244: 'argument': conversion from 'const uint64_t' to 'uint32_t', possible loss of data (compiling source file ...)
...\include\amqpcpp/libevent.h(67): warning C4244: 'argument': conversion from 'intptr_t' to 'int', possible loss of data (compiling source file ..)
we believe it is a good practice to treat warnings as errors.
could you please fix those?
The text was updated successfully, but these errors were encountered:
hello.
we are using AMQP-CPP library in our project and having troubles building it, because several headers have warnings in them, and they are treated as errors:
at
we believe it is a good practice to treat warnings as errors.
could you please fix those?
The text was updated successfully, but these errors were encountered: