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
during the compilation of drachtio-server I noticed:
In file included from ../deps/sofia-sip/libsofia-sip-ua/sip/sofia-sip/sip_parser.h:52,
from ../src/test_parser.cpp:11:
../deps/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_parser.h: In function ‘isize_t msg_params_dup_xtra(const char* const*, isize_t)’:
../deps/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_parser.h:272:55: warning: overflow in conversion from ‘size_t’ {aka ‘long unsigned int’} to ‘int’ changes value from ‘18446744073709551608’ to ‘-8’ [-Woverflow]
#define MSG_PARAMS_NUM(n) (((n) + MSG_N_PARAMS - 1) & (size_t)(0 - MSG_N_PARAMS))
^~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_parser.h:323:15: note: in expansion of macro ‘MSG_PARAMS_NUM’
offset += MSG_PARAMS_NUM(n + 1) * sizeof(msg_param_t);
^~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Hello Dave,
during the compilation of drachtio-server I noticed:
The text was updated successfully, but these errors were encountered: