* some warning fixes for gcc 4.1.1

This commit is contained in:
djcb
2012-03-14 00:07:29 +02:00
parent 91457611b5
commit ba10026dc2
2 changed files with 2 additions and 2 deletions

View File

@ -619,7 +619,7 @@ mu_msg_part_find_cid (MuMsg *msg, const char* sought_cid)
return msg_part_find_idx (msg->_file->_mime_msg,
(MatchFunc)match_content_id,
(gpointer)cid);
(gpointer)(char*)cid);
}
struct _MatchData2 {