summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-02-warning
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-02-warning')
-rw-r--r--Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-02-warning14
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-02-warning b/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-02-warning
new file mode 100644
index 00000000000..05ca43a6a92
--- /dev/null
+++ b/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-02-warning
@@ -0,0 +1,14 @@
+ Avoid compiler warning.
+
+diff -ur TECkit-2.5.1.orig/source/Compiler.h TECkit-2.5.1/source/Compiler.h
+--- TECkit-2.5.1.orig/source/Compiler.h 2008-04-07 16:21:12.000000000 +0200
++++ TECkit-2.5.1/source/Compiler.h 2009-06-25 20:36:24.000000000 +0200
+@@ -230,7 +230,7 @@
+ vector<UInt32> byteClassLines;
+ vector<UInt32> uniClassLines;
+
+- long passType;
++ UInt32 passType;
+ UInt32 uniDefault;
+ UInt8 byteDefault;
+ bool supplementaryChars;