I am compiling my code with icpc, it seems that despite the fact I use -Wall, intel compiler does not show most trivial of warnings, (unused variables.. uninitialized variables.. etc..) are not shown, did anyone encounter this or knows a way to fix it to truly show all warnings?
Thanks.