Fix -Wsign-compare
authorDaniel Sommermann <dcsommer@fb.com>
Mon, 20 Oct 2014 19:52:01 +0000 (12:52 -0700)
committerPavlo Kushnir <pavlo@fb.com>
Sat, 8 Nov 2014 02:29:16 +0000 (18:29 -0800)
commit7ffe7766f032914384aa6e0b9598bab7d9a90602
tree675aee731db159678745f17696e81b51f70dafba
parentc16a74ffe9151e91bf2ed62ebc276d938a8688fb
Fix -Wsign-compare

Summary: Folly should be able to compile with strict flags.

Test Plan: unit tests, review

Reviewed By: meyering@fb.com

Subscribers: meyering, trunkagent, doug, fugalh, njormrod, folly-diffs@

FB internal diff: D1627280

Signature: t1:1627280:1414792755:004f5a737ece1e93bcf4331718a98afc57e4f80c
50 files changed:
folly/Benchmark.h
folly/IPAddressV6.cpp
folly/Random.cpp
folly/String.cpp
folly/Subprocess.cpp
folly/Varint.h
folly/detail/CacheLocality.cpp
folly/experimental/exception_tracer/ExceptionTracer.cpp
folly/experimental/io/test/AsyncIOTest.cpp
folly/experimental/symbolizer/SignalHandler.cpp
folly/experimental/symbolizer/StackTrace.cpp
folly/experimental/test/SingletonTest.cpp
folly/experimental/wangle/concurrent/CPUThreadPoolExecutor.cpp
folly/experimental/wangle/concurrent/IOThreadPoolExecutor.cpp
folly/experimental/wangle/concurrent/ThreadPoolExecutor.cpp
folly/gen/test/FileBenchmark.cpp
folly/gen/test/ParallelMapBenchmark.cpp
folly/gen/test/StringTest.cpp
folly/io/Compression.cpp
folly/io/Cursor-defs.h
folly/io/RecordIO.cpp
folly/io/ShutdownSocketSet.cpp
folly/io/async/AsyncSocket.cpp
folly/io/test/IOBufQueueTest.cpp
folly/io/test/RecordIOTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/BatonTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/ConvTest.cpp
folly/test/DeterministicSchedule.cpp
folly/test/ExceptionWrapperBenchmark.cpp
folly/test/FBStringTestBenchmarks.cpp.h
folly/test/FileUtilTest.cpp
folly/test/ForeachTest.cpp
folly/test/IPAddressTest.cpp
folly/test/JsonTest.cpp
folly/test/LifoSemTests.cpp
folly/test/LoggingTest.cpp
folly/test/MPMCQueueTest.cpp
folly/test/PaddedTest.cpp
folly/test/RangeFindBenchmark.cpp
folly/test/RangeTest.cpp
folly/test/SmallLocksTest.cpp
folly/test/StringTest.cpp
folly/test/SubprocessTest.cpp
folly/test/UriTest.cpp
folly/test/VarintTest.cpp
folly/test/function_benchmark/main.cpp
folly/test/small_vector_test.cpp