summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TLpatches/patch-02-warning
blob: 8914f63c202f96b9c2d8a8d0f2aedba929afa135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	Avoid compiler warning.

diff -ur teckit-2.5.9/source/Compiler.h teckit-src/source/Compiler.h
--- teckit-2.5.9/source/Compiler.h	Tue Mar 19 00:23:12 2019
+++ teckit-src/source/Compiler.h	Tue Mar 19 07:02:47 2019
@@ -229,7 +229,7 @@
 		vector<UInt32>		byteClassLines;
 		vector<UInt32>		uniClassLines;
 
-		long				passType;
+		UInt32				passType;
 		UInt32				uniDefault;
 		UInt8				byteDefault;
 		bool				supplementaryChars;