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:09:39 +0000 (01:09 -0400)
commitefa8d2c8143de5f4e53bf5ef6f491faf7d7a6bee
treeaf2932f1289629744d11efe89d1716bef7f5beff
parent64f469e628fe45059f091f2808188fb52fa109c9
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.025335 seconds and 4 git commands to generate.