From: Fred Morcos Date: Fri, 17 Nov 2023 11:54:27 +0000 (+0100) Subject: Silence overloaded-virtual warnings when including yahttp X-Git-Tag: rec-5.0.0-rc1~23^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d10c3b6a43272434c103ddc6fb57086e30d510;p=thirdparty%2Fpdns.git Silence overloaded-virtual warnings when including yahttp --- diff --git a/pdns/webserver.hh b/pdns/webserver.hh index c75dd99ad0..6f9c59e849 100644 --- a/pdns/webserver.hh +++ b/pdns/webserver.hh @@ -24,7 +24,10 @@ #include #include #include +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Woverloaded-virtual" #include +#pragma GCC diagnostic pop #include "json11.hpp"