aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorCyrille <cyrille.faucheux@gmail.com>2018-12-10 11:24:22 +0100
committerDominic Hamon <dominichamon@users.noreply.github.com>2018-12-10 10:24:22 +0000
commit5cb8f8a03d63f157e47c4146dec40433d1046bb3 (patch)
tree04013e12b6a27824b3fd77f18c1f0ad672bac227 /CONTRIBUTORS
parenteee8b05c97d7b832bf67d6e000958d012ab30165 (diff)
downloadgoogle-benchmark-5cb8f8a03d63f157e47c4146dec40433d1046bb3.tar.gz
Fix signed vs unsigned comparisons in string_util unit tests (#742)
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
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index f727bd1..ee74ff8 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -27,6 +27,7 @@ Arne Beer <arne@twobeer.de>
Billy Robert O'Neal III <billy.oneal@gmail.com> <bion@microsoft.com>
Chris Kennelly <ckennelly@google.com> <ckennelly@ckennelly.com>
Christopher Seymour <chris.j.seymour@hotmail.com>
+Cyrille Faucheux <cyrille.faucheux@gmail.com>
David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
Deniz Evrenci <denizevrenci@gmail.com>
Dominic Hamon <dma@stripysock.com> <dominic@google.com>