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

diff -ur teckit-2.5.8/source/Compiler.h teckit-src/source/Compiler.h
--- teckit-2.5.8/source/Compiler.h	Tue Dec 05 07:20:20 2017
+++ teckit-src/source/Compiler.h	Tue Jul 24 07:21:23 2018
@@ -230,7 +230,7 @@
 		vector<UInt32>		byteClassLines;
 		vector<UInt32>		uniClassLines;
 
-		long				passType;
+		UInt32				passType;
 		UInt32				uniDefault;
 		UInt8				byteDefault;
 		bool				supplementaryChars;