search for: flac_check_return

Displaying 1 result from an estimated 1 matches for "flac_check_return".

2016 Jan 18
1
About the commit "Fix compiler warnings from new compiler flags."
https://git.xiph.org/?p=flac.git;a=commit;h=91790ef965553fd6d76e1f51b55dc4de3b54ad4b It (among other things) changes (void)chown(...) into FLAC_CHECK_RETURN(chown(...)). I don't know what warning "(void)chown(...);" raises, and I cannot test it because I don't have Linux, but FLAC_CHECK_RETURN calls printf, and IMHO the library function shouldn't do it. So it makes sense to revert this part of the patch. -------------- next part...