<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.2">
</HEAD>
<BODY>
When I compile I get a TON of "differ in signedness" warnings.<BR>
Everything compiles but I am wondering about the warnings.<BR>
<BR>
Looking up the error it looks like "just ignore them" is the answer but should I?<BR>
<BR>
Why is there something like this:<BR>
<BR>
unsigned char *message;<BR>
<BR>
or <BR>
static unsigned char *cause = NULL;<BR>
<BR>
I am guessing these are strings - so why the unsigned?<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>