summaryrefslogtreecommitdiff
path: root/cpp/src/slice2confluence/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2confluence/Gen.h')
-rw-r--r--cpp/src/slice2confluence/Gen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/slice2confluence/Gen.h b/cpp/src/slice2confluence/Gen.h
index e6558ec3984..abc59399e06 100644
--- a/cpp/src/slice2confluence/Gen.h
+++ b/cpp/src/slice2confluence/Gen.h
@@ -16,6 +16,11 @@
#include <iterator>
+#if defined(__clang__)
+// TODO: fix these warnings!
+# pragma clang diagnostic ignored "-Wshadow-field"
+#endif
+
namespace Slice
{