sooo fix the warnings?Graf Zahl wrote:The biggest problem I am having with GCC is that it outputs TOO MANY warnings -even without -Wall.

o.o only thing that comes to mind is:Graf Zahl wrote:There are still legal constructs in C which are illegal in C++.
Code: Select all
int a;
a = 4 //**/2;
3;
o.ó angry eyebrow.Graf Zahl wrote:Why should I use an inferior version of practically the same programming language?