From: Otto Moerbeek Date: Mon, 6 Nov 2023 14:57:00 +0000 (+0100) Subject: Avoid using a clang specific -Wxxx, go for a more general one that exists X-Git-Tag: rec-5.0.0-beta1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e87a26fd53f3d1ccb7e50efcbfa4bd8df1e90a;p=thirdparty%2Fpdns.git Avoid using a clang specific -Wxxx, go for a more general one that exists both in gcc and clang --- diff --git a/pdns/test-dns_random_hh.cc b/pdns/test-dns_random_hh.cc index c4fc32aa82..d41f0d4b02 100644 --- a/pdns/test-dns_random_hh.cc +++ b/pdns/test-dns_random_hh.cc @@ -8,8 +8,7 @@ #include #pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wunused-parameter" -#pragma GCC diagnostic ignored "-Wdeprecated-copy-with-user-provided-copy" +#pragma GCC diagnostic ignored "-Wextra" #include #include #include