]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Avoid using a clang specific -Wxxx, go for a more general one that exists 13454/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 Nov 2023 14:57:00 +0000 (15:57 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 Nov 2023 14:57:00 +0000 (15:57 +0100)
both in gcc and clang

pdns/test-dns_random_hh.cc

index c4fc32aa8227ea61f013497fac6367742605ce27..d41f0d4b0223c77d41a0b6dda6c025ac3d45a8d6 100644 (file)
@@ -8,8 +8,7 @@
 #include <boost/assign/std/map.hpp>
 
 #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 <boost/accumulators/statistics/median.hpp>
 #include <boost/accumulators/statistics/mean.hpp>
 #include <boost/accumulators/accumulators.hpp>