]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix warnings reported by GCC 8.1.0
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 9 May 2018 15:06:40 +0000 (17:06 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 22 Aug 2018 10:04:41 +0000 (12:04 +0200)
commitd22f1b04c5206053b605d1f61b141918933b31e0
treea9a8c15be4234ae522f0e29ac0de913dd44e79a2
parentcdb7a707b9de7f20f6f2f7e45e586c4a74e56a15
Fix warnings reported by GCC 8.1.0

- polymorphic exceptions caught by value
- ComboAddress objects manipulated via `memset()`

(cherry picked from commit d38e2ba97a78aa9dfc894fc4e13a6f3a410dd31a)
13 files changed:
modules/remotebackend/remotebackend.hh
pdns/communicator.hh
pdns/dbdnsseckeeper.cc
pdns/dnsdist-tcp.cc
pdns/dnsrecords.cc
pdns/ednssubnet.cc
pdns/iputils.cc
pdns/iputils.hh
pdns/misc.cc
pdns/nameserver.cc
pdns/pdns_recursor.cc
pdns/syncres.hh
pdns/test-iputils_hh.cc