C VS2008 :
int main()
{
int a = 0;
1;
a + 1;
a == 0;
return 0;
}
C:\temp\test.c(5) : warning C4552: '+' : operator has no effect; expected operator with side-effect
C:\temp\test.c(6) : warning C4553: '==' : operator has no effect; did you intend '='?
, , C4705 ( " " ). MSDN, , VS6. , , V++ 6.