Fixed some trivial compiler warnings
authorNeil Roberts <neil@openedhand.com>
Tue, 18 Nov 2008 18:53:10 +0000 (18:53 +0000)
committerNeil Roberts <neil@openedhand.com>
Tue, 18 Nov 2008 18:53:10 +0000 (18:53 +0000)
commiteeab42b76514cf407db5a932b0eb55db6cd3ebcc
tree5d70d3666eeac54ada4cc721fc15a44299ca7e35
parent7324db4a0ca570ef0a47cf060e19ab446243d16a
Fixed some trivial compiler warnings

* tests/interactive/test-pixmap.c (create_pixmap): Use a format
string instead of passing the error message directly to g_error.

* tests/interactive/test-easing.c (test_easing_main)
(on_button_press):
* tests/interactive/test-animation.c (on_button_press): Use
unsigned variables for the results from clutter_actor_get_size
otherwise it complains about the pointer signedness being
different.

* clutter/clutter-script.c (clutter_script_add_search_paths): Use
G_GSIZE_FORMAT instead of %d for a gsize parameter otherwise it
gets upset on 64-bit.
ChangeLog
clutter/clutter-script.c
tests/interactive/test-animation.c
tests/interactive/test-easing.c
tests/interactive/test-pixmap.c