mirror of
https://github.com/monero-project/monero.git
synced 2025-05-12 14:22:11 -04:00
[fix] log level change. compilation: dns, tests
old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again
This commit is contained in:
parent
277a207b2f
commit
32c19c6c3d
9 changed files with 17 additions and 8 deletions
|
@ -167,7 +167,7 @@ DNSResolver::DNSResolver() : m_data(new DNSResolverData())
|
|||
ub_ctx_hosts(m_data->m_ub_context, NULL);
|
||||
|
||||
#ifdef DEVELOPER_LIBUNBOUND_OLD
|
||||
#warning "Using the work around for old libunbound"
|
||||
#pragma message "Using the work around for old libunbound"
|
||||
{ // work around for bug https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=515 needed for it to compile on e.g. Debian 7
|
||||
char * ds_copy = NULL; // this will be the writable copy of string that bugged version of libunbound requires
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue