GSoC/GCI Archive
Google Code-in 2012 Copyleft Games Group

PySoy: Fix a Compiler Warning

completed by: Theodore Kokkoris

mentors: Amaury Medeiros, Arc Riley, Tony Young, David Czech, Mayank Singh

When building either libsoy (Genie) or PySoy (C) there are often compiler warnings depending on your version of Vala, GLib, or other libraries. These usually don't cause any problems but do make the code seem less stable to a user trying to build it.

To get assigned this task paste your build output to a mentor, if there are many of the same warning you must accept one of the most repeated ones. Once assigned the task fix whatever was causing the warning.

That may be as simple as supplying a missing typecast, replacing or removing a depreciated function call, or cleaning up a few lines of knarly code. Whatever it is, fix every instance of it (usually just copy/paste) and show your cleaner build output to a mentor.

While working on this task you should join and remain in #PySoy on Freenode to get help, feedback, and guidance from mentors and other developers. Code updates which may affect your work are also announced here as they happen.

When you've done, commit your work and post the resulting changeset url to this task.