mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed clang warning
This commit is contained in:
parent
71a7f6d9c4
commit
35b4f570ae
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
{
|
{
|
||||||
MOCK_UNARY_CONSTRAINT( any, 0,, true && &actual )
|
MOCK_UNARY_CONSTRAINT( any, 0,, ((void)actual, true) )
|
||||||
MOCK_UNARY_CONSTRAINT( affirm, 0,, !! actual )
|
MOCK_UNARY_CONSTRAINT( affirm, 0,, !! actual )
|
||||||
MOCK_UNARY_CONSTRAINT( negate, 0,, ! actual )
|
MOCK_UNARY_CONSTRAINT( negate, 0,, ! actual )
|
||||||
MOCK_UNARY_CONSTRAINT( evaluate, 0,, actual() )
|
MOCK_UNARY_CONSTRAINT( evaluate, 0,, actual() )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue