Mercurial > pidgin
comparison configure.ac @ 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 | 1657b86dc04e |
children | 4a099e4d0d09 |
comparison
equal
deleted
inserted
replaced
20387:24843d86c2a3 | 20388:12b1123f0cc9 |
---|