From 584ccd8144939e088186c2a8c364f5316131b05e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Dec 2020 19:31:26 +0100 Subject: Suppress warning in header --- ganv/wrap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ganv') diff --git a/ganv/wrap.hpp b/ganv/wrap.hpp index 0d99308..8e0a421 100644 --- a/ganv/wrap.hpp +++ b/ganv/wrap.hpp @@ -114,7 +114,7 @@ private: \ #define GANV_GLIB_WRAP(Name) \ namespace Ganv { \ - class Name; \ + class Name; /* NOLINT(bugprone-macro-parentheses) */ \ } \ namespace Glib { \ /** Return a Ganv::CPPType wrapper for a CType. */ \ -- cgit v1.2.1