Update of patch #3083 (project wesnoth):

                  Status:                    Done => In Progress            

    _______________________________________________________

Follow-up Comment #15:

This patch breaks compilation with warnings about C-style casts, which are not
allowed per our coding standards. When casting please use c++-style casts. I
noticed the patch does a lot of `odd' things. For example the signature of
prob_matrix::xfer is changed and therefore the code gets a lot of extra casts.
This only makes the code harder to read and understand.

Could you please post a follow-up patch where you undo these `changes to int'
and then add a cast to fix a warning about comparing signed against unsigned?

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?3083>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to