From: Mathieu Desnoyers Date: Mon, 21 Sep 2015 16:38:37 +0000 (-0400) Subject: Fix: test: unchecked return value X-Git-Tag: v0.9.0~31 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=f597a8b945f69aea4a3dc3b5ad2e8a2a5237ca8f;hp=f597a8b945f69aea4a3dc3b5ad2e8a2a5237ca8f Fix: test: unchecked return value Fix Coverity issues: CID 1021635 (#1 of 2): Unchecked return value (CHECKED_RETURN)7. check_return: Calling pthread_mutex_unlock without checking return value (as is done elsewhere 29 out of 33 times). CID 1021634 (#2 of 2): Unchecked return value (CHECKED_RETURN)12. check_return: Calling pthread_mutex_unlock without checking return value (as is done elsewhere 29 out of 33 times). Signed-off-by: Mathieu Desnoyers ---