Suqlech a -Wpointer-sign warning.

Change-Id: I193ff3b2faf37930128bdc02b4da36e32e306b4a
Reviewed-on: https://code.wireshark.org/review/34067
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-07-24 01:46:28 -07:00
parent c8933e48f2
commit f26b7cbd22
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ get_ucs_4_string(wmem_allocator_t *scope, const guint8 *ptr, gint length, const
* of bytes that's not a multiple of 4, so we're not a valid
* UCS-4 string.
*/
return (gchar *)wmem_strbuf_finalize(strbuf);
return (guint8 *)wmem_strbuf_finalize(strbuf);
}
/*