From 91ecd8b77a2db92d7acf05f9afe6955d98028704 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Fri, 22 Oct 2021 12:03:12 +0200
Subject: [PATCH] BUILD: Disable the error on reserved ids (begin with __), the
 triple _ should be OK

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f4ccad73..649b4724 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,6 +33,7 @@ set(clang_C_FLAGS
     -Weverything
     -Wno-extra-semi-stmt
     -Wno-reserved-id-macro
+    -Wno-reserved-identifier
     -Wno-used-but-marked-unused
     -Wno-unused-macros
     -Wno-cast-qual
-- 
GitLab