• 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
  • Errors and warnings when compiling
    Hi, I'm programming for a Cypress EZ-USB FX2 platform, and I'm adding onto the default firmware. I'm having some problems compiling some code, and I'm wondering if I'm running into space limitations...
  • treat all warnings as error
    Is there a setting I can change so I can treat all warnings as errors ?
  • Error L104 Warning L16
    Can't debug this simple code! Please help! I am getting Error L104 and warning L16 #include<stdio.h> #include<at89x51.h> void main() { P2=0x00; while(1) { P2=0xFF; } }
  • warning c318 should be an error
    I got the warning c318 (can't open file ...). I think, this should be an error. If I include a file, which does not exists, the project schould not compile. May there is a way (option to the compiler...