Make a few implicit truncations either explicit, or not truncate
authorChristopher Dykes <cdykes@fb.com>
Mon, 22 May 2017 23:54:41 +0000 (16:54 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 23 May 2017 00:12:01 +0000 (17:12 -0700)
commit3e0ea1021a934b16df1f4848815b45ec671f3541
treeb40e894c481d6c2eb18b6421d16828aef042e9af
parent523ca7d714075a3299dd42925e1f13376e2a4647
Make a few implicit truncations either explicit, or not truncate

Summary: This silences a few warnings under MSVC, and gets Folly closer to being able to compile with `-Wconversion` enabled.

Reviewed By: yfeldblum

Differential Revision: D5100686

fbshipit-source-id: e5e04c7aa143597e151a56a4d1f90dda26d0033b
folly/IPAddressV6.cpp
folly/experimental/EliasFanoCoding.h
folly/experimental/JemallocNodumpAllocator.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/ssl/OpenSSLUtils.cpp
folly/io/test/IOBufCursorTest.cpp
folly/io/test/IOBufQueueTest.cpp
folly/test/RandomTest.cpp
folly/test/ThreadCachedArenaTest.cpp