diff --git a/src/uuids.cpp b/src/uuids.cpp index e891dcba3..940439277 100644 --- a/src/uuids.cpp +++ b/src/uuids.cpp @@ -121,7 +121,7 @@ CassError cass_uuid_from_string_n(const char* str, const char* pos = str; char buf[16]; - static const char hex_to_half_byte[256] = { + static const signed char hex_to_half_byte[256] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,