[Pcre-svn] [1209] code/trunk/src/pcre2_jit_compile.c: Avoid …

Kezdőlap
Üzenet törlése
Szerző: Subversion repository
Dátum:  
Címzett: pcre-svn
Tárgy: [Pcre-svn] [1209] code/trunk/src/pcre2_jit_compile.c: Avoid compiler "fall through" warning.
Revision: 1209
          http://www.exim.org/viewvc/pcre2?view=rev&revision=1209
Author:   ph10
Date:     2020-01-24 15:17:15 +0000 (Fri, 24 Jan 2020)
Log Message:
-----------
Avoid compiler "fall through" warning.


Modified Paths:
--------------
    code/trunk/src/pcre2_jit_compile.c


Modified: code/trunk/src/pcre2_jit_compile.c
===================================================================
--- code/trunk/src/pcre2_jit_compile.c    2020-01-24 12:40:07 UTC (rev 1208)
+++ code/trunk/src/pcre2_jit_compile.c    2020-01-24 15:17:15 UTC (rev 1209)
@@ -1166,6 +1166,7 @@
     case OP_PRUNE_ARG:
     if (cc < assert_na_end)
       return FALSE;
+    /* Fall through */   
     case OP_MARK:
     if (common->mark_ptr == 0)
       {