aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorStephen Fisher <stephenfisher@centurylink.net>2014-11-04 12:58:48 -0700
committerStephen Fisher <stephenfisher@centurylink.net>2014-11-04 20:02:34 +0000
commit79e4da4d638f4abe1f2969a69327f1cfcaaeb446 (patch)
tree73de637729a891121fea3c9077ae52c907b25e56 /wsutil
parent89291ad4f3293893387b385a0800cad42215ddd4 (diff)
Fix compilation error on FreeBSD 10.0-RELEASE (with clang): change int8_t to
gint. Change-Id: I7974497a8f50e5d18ec74aa7554f058056a6022c Reviewed-on: https://code.wireshark.org/review/5115 Petri-Dish: Stephen Fisher <stephenfisher@centurylink.net> Reviewed-by: Stephen Fisher <stephenfisher@centurylink.net>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/ws_mempbrk_sse42.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/ws_mempbrk_sse42.c b/wsutil/ws_mempbrk_sse42.c
index 1eaab4cb29..7c5d0851fc 100644
--- a/wsutil/ws_mempbrk_sse42.c
+++ b/wsutil/ws_mempbrk_sse42.c
@@ -46,7 +46,7 @@
Copyright (C) 2010 Free Software Foundation, Inc.
*/
-static const int8_t ___m128i_shift_right[31] =
+static const gint8 ___m128i_shift_right[31] =
{
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1