Review request: ~200 build warning fixes to kdebase
Christoph Feck
christoph at maxiom.de
Sat Jun 5 12:56:24 BST 2010
On Saturday 05 June 2010 11:34:36 Xander Moore wrote:
> These are pretty basic fixes, but should get rid of annoying build warnings
> for kdebase.
Some warnings should stay until the real issue is fixed. For example, when
there is code that calls "write" without checking the returned size, just
adding
if (write(...size...) != size) {
/* do nothing */
}
will hide the warning, without actually adding code that is required to handle
the write failure.
Christoph Feck (kdepepo)
More information about the kde-core-devel
mailing list