Xymon Mailing List Archive search

Ton of "differ in signedness" warnings?

list Cade Robinson
Wed, 17 Feb 2010 11:02:48 -0600
Message-Id: <user-5db0e401678e@xymon.invalid>

When I compile I get a TON of "differ in signedness" warnings.
Everything compiles but I am wondering about the warnings.

Looking up the error it looks like "just ignore them" is the answer but
should I?

Why is there something like this:

unsigned char *message;

or 
static unsigned char *cause = NULL;

I am guessing these are strings - so why the unsigned?