On Saturday 03 June 2006 22:06, Andrew Talbot wrote:
The problem is that the SDK defines the strings as non-const, so making subject and body const char * would cause a qual-cast violation.
I see no warnings with -Wwrite-strings and -Wcast-qual.
-Hans