rpc: annotate functions returning error codes to ensure they are checked
This commit adds compiler annotations (WARN_UNUSED_RESULT) to functions that return success/failure codes, so the compiler will warn if a caller ignores the result. It also fixes a few places where return values were being ignored, replaci…
517075baby Mike Tolkachev+24−215 files