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>
This commit is contained in:
Stephen Fisher 2014-11-04 12:58:48 -07:00
parent 89291ad4f3
commit 79e4da4d63
1 changed files with 1 additions and 1 deletions

View File

@ -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