Ethereal-dev: [Ethereal-dev] Other signed/unsigned warnings we can avoid

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Mon, 19 Jan 2004 23:49:37 +0100
Hi list,

While we're at it, why couldn't we modify the functions returning a
string of characters to return "gchar *" instead of "guint8 *"? One
victim is tvb_get_string() but there are more. I now circumvent the
warnings by casting the return value of a tvb_get_string() to (gchar
*) which is not really intuitive.

Regards,

Olivier