[Pcre-svn] [1403] code/trunk/pcretest.c: Get rid of a compil…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1403] code/trunk/pcretest.c: Get rid of a compiler warning.
Revision: 1403
          http://vcs.pcre.org/viewvc?view=rev&revision=1403
Author:   ph10
Date:     2013-11-19 10:44:59 +0000 (Tue, 19 Nov 2013)


Log Message:
-----------
Get rid of a compiler warning.

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


Modified: code/trunk/pcretest.c
===================================================================
--- code/trunk/pcretest.c    2013-11-15 12:04:55 UTC (rev 1402)
+++ code/trunk/pcretest.c    2013-11-19 10:44:59 UTC (rev 1403)
@@ -3687,7 +3687,7 @@
               ppp = pp;
               while (*ppp != '>') ppp++;
               printf("** The %.*s modifier is locked out - giving up.\n", 
-                ppp - pp + 1, pp);
+                (int)(ppp - pp + 1), pp);
               yield = 1;
               goto EXIT;     
               }