Mercurial > pidgin.yaz
diff doc/gaims_funniest_home_convos.txt @ 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 | bba7a2aa2e12 |
children | 7ea06c408a0d |