Mercurial > pidgin
diff finch/gntnotify.c @ 22007:c38d72677c8a
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
the existing warnings. I removed a handful of dead code and cleaned up a
couple of things that I stumbled across.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 03 Jan 2008 04:57:40 +0000 |
| parents | 9ec0382e6c8d |
| children | a9141d049266 f5bcb58bdf56 |
line wrap: on
line diff
--- a/finch/gntnotify.c Wed Jan 02 22:15:06 2008 +0000 +++ b/finch/gntnotify.c Thu Jan 03 04:57:40 2008 +0000 @@ -147,14 +147,14 @@ } static void -reset_email_dialog() +reset_email_dialog(void) { emaildialog.window = NULL; emaildialog.tree = NULL; } static void -setup_email_dialog() +setup_email_dialog(void) { GntWidget *box, *tree, *button; if (emaildialog.window)
