Mikko Lehto writes:
Thanks for the feedback. Looks like -Wall was not enabled on clang, I should have noticed that long time ago.
I just enabled -Wall locally and try to see if anything interesting comes up that I could help fix.
Mikko,
Thank you very much. Clean compilation avoids the need to manually scan the warnings in order to determine, which ones are potentially harmful.
-- Juha