]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add misssing declaration gcc likes while there 15157/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 14 Feb 2025 09:43:36 +0000 (10:43 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 14 Feb 2025 09:57:05 +0000 (10:57 +0100)
pdns/recursordist/rec-web-stubs.hh

index 60a2d3938bfcdbcd9977ce7e81b6428ab9bcd656..a2be0482e254ba5b0f02ef384d05bc567bd2ad15 100644 (file)
@@ -1,7 +1,8 @@
 namespace pdns::rust::web::rec
 {
 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
-#define WRAPPER(A) \
+#define WRAPPER(A)                                             \
+  void A(const Request& /* unused */, Response& /* unused */); \
   void A(const Request& /* unused */, Response& /* unused */) {}
 
 class Request;