On Mon, Jul 27, 2020 at 2:47 PM Tomasz Kłoczko wrote: > > Here is whole list of compile and linking warnings: > > exec.c: In function 'execcmd_fork': > exec.c:2774:2: warning: ignoring return value of 'nice' declared with attribute 'warn_unused_result' [-Wunused-result] > 2774 | nice(5); > | ^~~~~~~ This is a false positive. Patch to suppress the warning attached. Roman.