[1230] in BarnOwl Developers
[nelhage/barnowl] 3ea31b: Kill a load of "value computed is not used" warnin...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:14:22 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sat, 6 Dec 2008 14:41:14 -0800
From: noreply@github.com
Apparently-To: <dirty-owl-hackers@mit.edu>
To: undisclosed-recipients:;
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 3ea31b6aee25c06dc9ca8af933d4d920eaf112c4
http://github.com/nelhage/barnowl/commit/3ea31b6aee25c06dc9ca8af933d4d920eaf112c4
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2008-12-06 (Sat, 06 Dec 2008)
Changed paths:
M perlconfig.c
Log Message:
-----------
Kill a load of "value computed is not used" warnings.
I would love it if anyone could explain to me when gcc decides to
throw these warnings and when it doesn't. It can't actually be any use
of a non-void function in void context, can it?
Commit: b7bb4545f69af6f073e4844a0cc06b07c8a11873
http://github.com/nelhage/barnowl/commit/b7bb4545f69af6f073e4844a0cc06b07c8a11873
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2008-12-06 (Sat, 06 Dec 2008)
Changed paths:
M Makefile.in
M aim.c
M buddylist.c
M global.c
M owl.c
M owl.h
M select.c
M timer.c
Log Message:
-----------
Make owl_timer have a callback and integrate into the select() loop.
Soon we should add support for registering timers from perl, and then
we can eventually remove the perl mainloop hook.