Diff for /embedaddon/pcre/pcre16_utf16_utils.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:50:25 version 1.1.1.2, 2013/07/22 08:25:56
Line 118  while (iptr < end) Line 118  while (iptr < end)
 if (host_byte_order != NULL)  if (host_byte_order != NULL)
   *host_byte_order = host_bo;    *host_byte_order = host_bo;
   
#else /* SUPPORT_UTF */#else /* Not SUPPORT_UTF */
 (void)(output);  /* Keep picky compilers happy */  (void)(output);  /* Keep picky compilers happy */
 (void)(input);  (void)(input);
 (void)(keep_boms);  (void)(keep_boms);
   (void)(host_byte_order);
 #endif /* SUPPORT_UTF */  #endif /* SUPPORT_UTF */
 return length;  return length;
 }  }

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>