fixed a few more small bugs reported by Stanislav Brabec
authorArun Persaud <arun@nubati.net>
Tue, 8 Sep 2009 05:04:39 +0000 (22:04 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 8 Sep 2009 05:04:39 +0000 (22:04 -0700)
commitd5006ae60cce20324c3aaabbc73e0286c31d60c2
tree96d7b4b409343aac60c39b2d30f9a090eea646ee
parent3f95ca1aa9fbc24ec654c6f003da13452fa07d2f
fixed a few more small bugs reported by Stanislav Brabec

- A function uses a 'return;' statement, but has actually a value to
return, like an integer ('return 42;') or similar: xboard voidreturn
xengineoutput.c:766, 782

- Program returns random data in a function at xengineoutput.c:602

- With a new toolchain, AM_LDFLAGS cannot contain libraries. Linker
ignores them. Fix is attached.

- ToDo: Convenient name in most projects is TODO (autotools package it
automatically).
Makefile.am
TODO [moved from ToDo with 100% similarity]
xengineoutput.c