|
-
April 15th, 2002, 09:43 AM
#1
char problems
before anything else, I'm sitting on this kind
system: SunOS magna 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-5_10
people seem to wanna know that.
problem-> warning: subscript has type `char'
function declaration looks like this..
void do_password( CHAR_DATA *ch, char *argument )
the lines wich the compiler complains about looks like this.
while ( isspace(*argument) )
{
argument++;
}
I dont want to have that warning, how do I get rid of it?
MvH Mattias "Nallen" Holmström(Sweden,[email protected])
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|