]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
NOLINT for hard to avoid macro usage 14588/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 27 Aug 2024 07:56:32 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2024 07:56:32 +0000 (09:56 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/dnsdistdist/dnsdist.cc

index 14efcd0326b9376e071e7926fd6000085d743def..7d87a2c3311bb21012e3bfdd87fc1b659bc8e94a 100644 (file)
@@ -2885,6 +2885,7 @@ static void reportFeatures()
   cout << "systemd";
 #endif
   cout << endl;
+// NOLINTBEGIN(cppcoreguidelines-macro-usage)
 #ifdef DNSDIST_CONFIG_ARGS
 #define double_escape(s) #s
 #define escape_quotes(s) double_escape(s)