[01m[KDnsEvents.cpp:[m[K In static member function ‘[01m[Kstatic DnsSocketCookie* CDnsQuery::[01;32m[KRegisterSockets[m[K()[m[K’:
[01m[KDnsEvents.cpp:209:31:[m[K [01;35m[Kwarning: [m[K‘[01m[Kint[01;32m[K ares_getsock[m[K(const ares_channel_t*, ares_socket_t*, int)[m[K’ is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;[m[K]
[01m[Kutility.cpp:[m[K In function ‘[01m[Ktokendata_t[01;32m[K ArgTokenize2[m[K(const char*)[m[K’:
[01m[Kutility.cpp:247:31:[m[K [01;35m[Kwarning: [m[KISO C++17 does not allow ‘[01m[Kregister[m[K’ storage class specifier [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/C_002b_002b-Dialect-Options.html#index-Wno-register-Wregister]8;;[m[K]
247 | register unsigned int [01;35m[Ka[m[K = 1;
| [01;35m[K^[m[K
[01m[Kutility.cpp:[m[K In function ‘[01m[Kconst char*[01;32m[K UtilMd5[m[K(const char*, const char*)[m[K’:
[01m[Kutility.cpp:650:17:[m[K [01;35m[Kwarning: [m[K‘[01m[Kint[01;32m[K MD5_Init[m[K(MD5_CTX*)[m[K’ is deprecated: Since OpenSSL 3.0 [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;[m[K]
650 | [01;35m[KMD5_Init(&context)[m[K;
| [01;35m[K~~~~~~~~^~~~~~~~~~[m[K
In file included from [01m[KStdAfx.h:87[m[K,
from [01m[Kutility.cpp:20[m[K:
[01m[K/usr/include/openssl/md5.h:49:27:[m[K [01;36m[Knote: [m[Kdeclared here
49 | OSSL_DEPRECATEDIN_3_0 int [01;36m[KMD5_Init[m[K(MD5_CTX *c);
| [01;36m[K^~~~~~~~[m[K
[01m[Kutility.cpp:651:19:[m[K [01;35m[Kwarning: [m[K‘[01m[Kint[01;32m[K MD5_Update[m[K(MD5_CTX*, const void*, size_t)[m[K’ is deprecated: Since OpenSSL 3.0 [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;[m[K]