Skip to content

Commit

Permalink
test: placate Clang's --Wbitwise-instead-of-logical
Browse files Browse the repository at this point in the history
```
test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
test/test_test.c:58:9: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
    if (!TEST(1, TEST_uint_eq(3u, 3u))
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
```

CLA: Trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#18639)
  • Loading branch information
thesamesam authored and paulidale committed Jun 27, 2022
1 parent 8545c7a commit 1a645b9
Showing 1 changed file with 198 additions and 198 deletions.
Loading

0 comments on commit 1a645b9

Please sign in to comment.