Uhh, perhaps I'm not parsing your claim correctly, but that warning most certainly does exist in gcc. $ gcc -Wall test.c test.c: In function ‘main’: test.c:6:5: warning: suggest parentheses around assignment used as…
Uhh, perhaps I'm not parsing your claim correctly, but that warning most certainly does exist in gcc. $ gcc -Wall test.c test.c: In function ‘main’: test.c:6:5: warning: suggest parentheses around assignment used as…