summaryrefslogtreecommitdiff
path: root/javaunohelper/source/vm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/source/vm.hxx')
-rw-r--r--javaunohelper/source/vm.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/javaunohelper/source/vm.hxx b/javaunohelper/source/vm.hxx
index d257c796cd1f..6681dfffac21 100644
--- a/javaunohelper/source/vm.hxx
+++ b/javaunohelper/source/vm.hxx
@@ -22,7 +22,15 @@
#include <sal/config.h>
+#if defined __clang__
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wunknown-attributes"
+#endif
#include <jni.h>
+#if defined __clang__
+#pragma clang diagnostic pop
+#endif
+
#include <com/sun/star/uno/Reference.hxx>
#include <rtl/ref.hxx>