Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests/CAPI: Fix trivial sign-compare warnings
This is a trivial fix to silence sign-compare warnings in a unit test case for inference C-APIs /usr/src/googletest/googletest/include/gtest/gtest.h:1545:11: error: comparison of integer expressions of different signedness: ‘const unsigned int’ and ‘const int’ [-Werror=sign-compare] 1545 | if (lhs == rhs) { | ~~~~^~~~~~ cc1plus: all warnings being treated as errors Signed-off-by: Wook Song <[email protected]>
- Loading branch information