Explicit typecast of unused constant to make 32 bit compiler happy.
authorMichael Callahan <michaelcallahan@fb.com>
Wed, 24 Aug 2016 20:48:02 +0000 (13:48 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Wed, 24 Aug 2016 20:53:26 +0000 (13:53 -0700)
commit0826d16bb14b477fa619a4a30f4d8c000f381ff4
tree1a32c7e38d5e4768911a26f9e2c0b049e3c47ca3
parent76745f68de5354b1958282d72bce6c40b4d300ca
Explicit typecast of unused constant to make 32 bit compiler happy.

Summary:
GCC 5.3 is confused that we might be trying to assign a 64
bit value to a 32 bit size_t although we are clearly not.  Just
typecast the confusion away.

Reviewed By: yfeldblum

Differential Revision: D3762839

fbshipit-source-id: 1b705c4e70b782fdb106844fee52ab25aa038acd
folly/FBString.h