Skip to content

Conversation

@Sigill
Copy link
Contributor

@Sigill Sigill commented Dec 8, 2018

Unit-tests fail to build due to the following errors:

/home/cfx/Dev/google-benchmark/benchmark.git/test/string_util_gtest.cc:12:5: required from here
/home/cfx/Applications/googletest-1.8.1/include/gtest/gtest.h:1444:11: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (lhs == rhs) {
~~~~^~~~~~

Fixes #741

Unit-tests fail to build due to the following errors:

/home/cfx/Dev/google-benchmark/benchmark.git/test/string_util_gtest.cc:12:5: required from here
/home/cfx/Applications/googletest-1.8.1/include/gtest/gtest.h:1444:11: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
   if (lhs == rhs) {
       ~~~~^~~~~~

Fixes google#741
@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.294% when pulling 58f4d53 on Sigill:expect_eq_ul into eee8b05 on google:master.

@AppVeyorBot
Copy link

Build benchmark 1597 completed (commit 8ca8b8e703 by @Sigill)

@dmah42 dmah42 merged commit 5cb8f8a into google:master Dec 10, 2018
@dmah42
Copy link
Member

dmah42 commented Dec 10, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants