Hi all,

I'm linking a list of all remaining warnings
when compiling Harbour with MSVS 2008 with
C_USR=-W4 -wd4127
(-wd4127 is to disable warning 4127 'conditional expression is constant')

Most if these won't create real life problems, but
some of them may (as practice has already shown),
so it'd be worth to clean them, or at least the
potentially more dangerous ones. A definite benefit
would be to be able to turn on -W4 by default to
further raise code quality.

If we disregard gtwvg, hbwhat32 and 3rd party code
(164 warnings in total), there is 553 warnings left,
of which 142 in contrib, the rest in core.

[ 'conditional expression is constant' is due to some
while(0) macros BTW. ]

Link:
http://www.syenar.hu/harbour/w.zip

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to