Avoid warnings when compiling in debugging mode
This commit is contained in:
parent
a8f2a0b093
commit
70453de943
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user