summaryrefslogtreecommitdiffstats
path: root/include/lilv/lilv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lilv/lilv.h')
-rw-r--r--include/lilv/lilv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lilv/lilv.h b/include/lilv/lilv.h
index b863a14..20274f9 100644
--- a/include/lilv/lilv.h
+++ b/include/lilv/lilv.h
@@ -386,6 +386,7 @@ lilv_node_as_bool(const LilvNode* value);
@endcode
*/
#define LILV_FOREACH(colltype, iter, collection) \
+ /* NOLINTNEXTLINE(bugprone-macro-parentheses) */ \
for (LilvIter* iter = lilv_##colltype##_begin(collection); \
!lilv_##colltype##_is_end(collection, iter); \
(iter) = lilv_##colltype##_next(collection, iter))