Remove some compiler warnings

Some issues found using clang as the compiler.
This commit is contained in:
Emmanuele Bassi
2011-10-11 23:42:23 +01:00
parent 2ede853ea3
commit 193b345786
5 changed files with 11 additions and 11 deletions

View File

@ -1937,7 +1937,7 @@ void
_clutter_script_construct_object (ClutterScript *script,
ObjectInfo *oinfo)
{
GArray *params;
GArray *params = NULL;
guint i;
/* we have completely updated the object */