Fix: volatile in assert()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Sep 2015 05:09:39 +0000 (01:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Sep 2015 05:10:37 +0000 (01:10 -0400)
commit0144e9596291c9498b3930ffb94fdd3e7c6374ae
tree3125a49ba36ec6482c686f5e3ef431731c83403b
parent26c3d37d8e48f5b3e7e6149c9d663e28b1fd51d4
Fix: volatile in assert()

From Coverity:
CID 1021642 (#1 of 3): Side effect in assertion
(ASSERT_SIDE_EFFECT)assert_side_effect: Argument test_array of assert()
has a side effect because the variable is volatile. The containing
function might work differently in a non-debug build.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/benchmark/test_rwlock.c
This page took 0.025386 seconds and 4 git commands to generate.