From 2b157a5bd6731ce213411806a39344365a56af71 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 13 Jan 2021 18:52:31 +0100 Subject: Fix some warnings for Raspberry pi 4 (part6) Change-Id: I1114968f38a5309862723dde9554e3df97309f23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109239 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- connectivity/source/inc/java/tools.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'connectivity/source/inc/java/tools.hxx') diff --git a/connectivity/source/inc/java/tools.hxx b/connectivity/source/inc/java/tools.hxx index aa7cb20cad9b..e17fa9c42ebb 100644 --- a/connectivity/source/inc/java/tools.hxx +++ b/connectivity/source/inc/java/tools.hxx @@ -23,7 +23,14 @@ #include #include +#if defined __clang__ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-attributes" +#endif #include +#if defined __clang__ +#pragma clang diagnostic pop +#endif #include #include -- cgit