Mercurial > pidgin.yaz
diff gtk/gaimcombobox.c @ 20388:12b1123f0cc9
Sun apparently doesn't like when void functions return
the return value from another void function. For example:
void func1(void) {
printf("hi");
}
void func2(void) {
return func1(); /* this line causes a warning */
}
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 25 Jan 2007 17:45:45 +0000 |
parents | 24843d86c2a3 |
children |