Mercurial > pidgin
changeset 11676:0c54f9b0e67c
[gaim-migrate @ 13962]
I spent a lot of time getting rid of the warnings from gcc 4 (Stu probably
did, too). Please compile with -Wall
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 17 Oct 2005 05:32:33 +0000 |
parents | 828802f2251b |
children | 8004885fabbe |
files | src/conversation.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Mon Oct 17 01:43:09 2005 +0000 +++ b/src/conversation.c Mon Oct 17 05:32:33 2005 +0000 @@ -535,8 +535,6 @@ void gaim_conversation_set_features(GaimConversation *conv, GaimConnectionFlags features) { - GaimConversationUiOps *ops; - g_return_if_fail(conv != NULL); conv->features = features; @@ -625,8 +623,6 @@ void gaim_conversation_set_title(GaimConversation *conv, const char *title) { - GaimConversationUiOps *ops; - g_return_if_fail(conv != NULL); g_return_if_fail(title != NULL);