summaryrefslogtreecommitdiff
path: root/external/clucene
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-19 11:47:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-19 11:47:18 +0100
commitae4139e220201fe40f034e054849634786f1afd9 (patch)
tree5c37147548c456c4f2d241214136d46229ab8613 /external/clucene
parent92969eaa5628c914e113d754c197de19c0908687 (diff)
external/clucene: Silence -Werror=misleading-indentation (GCC 6)
Change-Id: I9a067605f7c477f4e057338577a437cda7f2aa3d
Diffstat (limited to 'external/clucene')
-rw-r--r--external/clucene/patches/clucene-warnings.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/clucene/patches/clucene-warnings.patch b/external/clucene/patches/clucene-warnings.patch
index fc3e322e9e8d..49cc0d4ce66b 100644
--- a/external/clucene/patches/clucene-warnings.patch
+++ b/external/clucene/patches/clucene-warnings.patch
@@ -69,7 +69,7 @@
#endif
--- src/core/CLucene/util/Array.h 2012-02-22 12:37:22.510637696 +0000
+++ src/core/CLucene/util/Array.h 2012-02-22 12:38:33.714444884 +0000
-@@ -7,6 +7,12 @@
+@@ -7,6 +7,13 @@
#ifndef _lucene_util_Array_
#define _lucene_util_Array_
@@ -77,6 +77,7 @@
+# pragma GCC diagnostic push
+# pragma GCC diagnostic ignored "-Wshadow"
+# pragma GCC diagnostic ignored "-Wunused-parameter"
++# pragma GCC diagnostic ignored "-Wmisleading-indentation"
+#endif
+
#include <stdlib.h>