[Pcre-svn] [1476] code/trunk/pcre_jit_compile.c: Fix compile…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1476] code/trunk/pcre_jit_compile.c: Fix compiler warning.
Revision: 1476
          http://vcs.pcre.org/viewvc?view=rev&revision=1476
Author:   zherczeg
Date:     2014-04-28 07:49:36 +0100 (Mon, 28 Apr 2014)


Log Message:
-----------
Fix compiler warning.

Modified Paths:
--------------
    code/trunk/pcre_jit_compile.c


Modified: code/trunk/pcre_jit_compile.c
===================================================================
--- code/trunk/pcre_jit_compile.c    2014-04-25 11:59:19 UTC (rev 1475)
+++ code/trunk/pcre_jit_compile.c    2014-04-28 06:49:36 UTC (rev 1476)
@@ -8812,7 +8812,7 @@
 pcre_uchar bra = OP_BRA;
 pcre_uchar ket;
 assert_backtrack *assert;
-sljit_uw *next_update_addr;
+sljit_uw *next_update_addr = NULL;
 BOOL has_alternatives;
 BOOL needs_control_head = FALSE;
 struct sljit_jump *brazero = NULL;