Comment on Way too many ways to wait on a child process with a timeoutparentComments−kevin_thibedeau1yThat is K&R C syntax, supported up to C18. The solution to tools emitting unwanted diagnostics is not to appease them with pointless cruft but to shut off the diagnostic: -Wall -Wextra -Wno-unused-parameter
Comments
That is K&R C syntax, supported up to C18. The solution to tools emitting unwanted diagnostics is not to appease them with pointless cruft but to shut off the diagnostic: