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
2>amqp_openssl.c
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(549,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(554,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(564,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(566,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(613,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(625,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(631,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(652,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(657,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(663,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(669,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
2>E:\SVN\EncodedSites\debian_package_repository\monican\to_compile\program\lib\rabbitmq-c\librabbitmq\amqp_openssl.c(710,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
These warnings have been disabled in other parts of the code and are
generally harmless. Recent refactoring in the amqp_openssl.c file have
caused these warnings to appear.
Fixes: #588
These warnings have been disabled in other parts of the code and are
generally harmless. Recent refactoring in the amqp_openssl.c file have
caused these warnings to appear.
Fixes: #588
I get these warnings under MSVC:
In amqp_socket.c these are silenced by doing:
So I would propose to do the same in the openssl file.
Thanks!
The text was updated successfully, but these errors were encountered: