This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Warning C275

Hi
How can i do this whitout any warning.

char	*p2;

p2 = strstr(rx_buf, "text/html");
*(p2++); //SENDTOSERVER.C(136): warning C275: expression with possibly no effect

0