Avoid warnings when compiling in debugging mode

This commit is contained in:
Pierre Pronchery 2011-05-11 23:31:23 +00:00
parent a8f2a0b093
commit 70453de943

View File

@ -100,8 +100,8 @@ Message * message_new(AccountMessage * message, GtkListStore * store,
GtkTreePath * path;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s(%p, %p, %p)\n", __func__, message, store,
iter);
fprintf(stderr, "DEBUG: %s(%p, %p, %p)\n", __func__, (void *)message,
(void *)store, (void *)iter);
#endif
if((ret = object_new(sizeof(*ret))) == NULL)
return NULL;