[Commits] Revision 70ac931e4936c7916eec18a07fe46a0af0fd7403

monotone server user monotone at pidgin.im
Thu Jan 25 13:22:51 EST 2007


-----------------------------------------------------------------
Revision: 70ac931e4936c7916eec18a07fe46a0af0fd7403
Ancestor: 1e09027901554402a33c61ff2f2f96b269de2330
Author: markdoliner at pidgin.im
Date: 2007-01-25T17:45:45
Branch: im.pidgin.gaim

Modified files:
        libgaim/protocols/oscar/misc.c

ChangeLog: 

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 */
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 70ac931e4936c7916eec18a07fe46a0af0fd7403.diff
Type: text/x-diff
Size: 754 bytes
Desc: not available
Url : http://pidgin.im/pipermail/commits/attachments/20070125/f27cde19/attachment.diff 


More information about the Commits mailing list