Hi All,
We have reached the final stage of the basic SOAP engine
implementation. Given the amount of LOC we have by now, it looks to me
that it would be useful to spend some effort to eliminate the compiler
warnings. I would like to propose that we should be having zero warnings
in the next milestone release.
As we make heavy use of macros, sometimes warnings are really
errors, hence it would help us a great deal to have no warnings to
ensure that our source is correct. Please also try to eliminate all
those trivial warning as well, because when they are mixed up with those
critical ones, it becomes hard to work comprehend the compiler messages.
I think it would be fair enough to say that before committing code
to svn, the committor have to ensure that there are no compiler
warnings. This makes the job easier.
Thanks,
Samisa...