So far two bugs in gcc 4.4 have been corrected. I got through ai.cpp, but am now getting warnings in ai_python.cpp .
The Py_Register calls such as: Py_Register(wesnoth_unit_type, "unit"); are all resulting in warnigs like: ai_python.cpp:2100: error: dereferencing type-punned pointer will break strict-aliasing rules There seem to have been a number of bugs in gcc's aliasing detection, so I wouldn't be surprised if this turned out to be another gcc bug, but I'd likel to hear a comment from someone who knows what Py_Register is doing before filing another bug. _______________________________________________ Wesnoth-dev mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-dev
