summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TECkit-2.5.4-PATCHES/patch-02-warning
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-07-18 09:48:56 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-07-18 09:48:56 +0000
commit31764cfabf892a004c71478e6f30f1319a79dbb7 (patch)
tree6945933474c9d8ff3e7fc1a1d74f35aeea6736e2 /Build/source/libs/teckit/TECkit-2.5.4-PATCHES/patch-02-warning
parent891f2a008c736c566ffe42493aec35499c66bb94 (diff)
TECkit 2.5.4 (svn r139)
git-svn-id: svn://tug.org/texlive/trunk@34651 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/TECkit-2.5.4-PATCHES/patch-02-warning')
-rw-r--r--Build/source/libs/teckit/TECkit-2.5.4-PATCHES/patch-02-warning14
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/TECkit-2.5.4-PATCHES/patch-02-warning b/Build/source/libs/teckit/TECkit-2.5.4-PATCHES/patch-02-warning
new file mode 100644
index 00000000000..31e29ec497e
--- /dev/null
+++ b/Build/source/libs/teckit/TECkit-2.5.4-PATCHES/patch-02-warning
@@ -0,0 +1,14 @@
+ Avoid compiler warning.
+
+diff -ur TECkit-2.5.4.orig/source/Compiler.h TECkit-2.5.4/source/Compiler.h
+--- TECkit-2.5.4.orig/source/Compiler.h 2014-07-01 02:13:39.000000000 +0200
++++ TECkit-2.5.4/source/Compiler.h 2014-07-18 10:59:53.000000000 +0200
+@@ -230,7 +230,7 @@
+ vector<UInt32> byteClassLines;
+ vector<UInt32> uniClassLines;
+
+- long passType;
++ UInt32 passType;
+ UInt32 uniDefault;
+ UInt8 byteDefault;
+ bool supplementaryChars;