Fixed clang warning

This commit is contained in:
Mathieu Champlon 2018-03-29 15:09:50 +02:00 committed by Mathieu Champlon
parent 71a7f6d9c4
commit 35b4f570ae

View file

@ -22,7 +22,7 @@
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( negate, 0,, ! actual )
MOCK_UNARY_CONSTRAINT( evaluate, 0,, actual() )