[3502] Explicitly ignore unwanted return value
A call to sigaction() is explicitly cast to void to indicate to static code checkers that the return value is being ignored.
Showing
Please register or sign in to comment
A call to sigaction() is explicitly cast to void to indicate to static code checkers that the return value is being ignored.