Revision: 1049
http://vcs.pcre.org/viewvc?view=rev&revision=1049
Author: zherczeg
Date: 2012-09-29 05:07:46 +0100 (Sat, 29 Sep 2012)
Log Message:
-----------
Fix signed/unsigned comparison warnings.
Modified Paths:
--------------
code/trunk/pcre_jit_compile.c
Modified: code/trunk/pcre_jit_compile.c
===================================================================
--- code/trunk/pcre_jit_compile.c 2012-09-28 16:03:14 UTC (rev 1048)
+++ code/trunk/pcre_jit_compile.c 2012-09-29 04:07:46 UTC (rev 1049)
@@ -3703,7 +3703,7 @@
BOOL needstype = FALSE, needsscript = FALSE, needschar = FALSE;
BOOL charsaved = FALSE;
int typereg = TMP1, scriptreg = TMP1;
-unsigned int typeoffset;
+pcre_int32 typeoffset;
#endif
/* Although SUPPORT_UTF must be defined, we are