Hi, On 25 April 2013 08:09, <[email protected]> wrote: > Log message: > * Fix many compiler warnings.
What were these compiler warnings, out of interest, and on which version of GCC (I'm assuming GCC here rather than something more fanciful like llvm/clang)? I appreciate it's somewhat moot now you've fixed this, but I find adding (void) casts to return values or function calls somewhat unsightly. Is there no option we could add to CFLAGS perhaps to shut this warning up? There's plenty of reasons why the return value from write() or close() for instance isn't checked, despite it being OTT belt-and-braces. Kindly, -- Thomas Adam
