what does this warning mean? I read some other posts about a similar question, but I'm still not understanding how to go about solving it.
# define EOT_CHAR '\04'
char buffer[MAXLINE];
if ( strstr( buffer, EOT_CHAR ) != NULL )
{
break;
}