Fix clang issue on NotificationQueue::size
authorBeny Luo <benyluo@fb.com>
Wed, 28 Oct 2015 00:41:18 +0000 (17:41 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Wed, 28 Oct 2015 01:20:22 +0000 (18:20 -0700)
commit8281c7faafe4b6ad2b92436e133d21eb0c219ab4
tree62413981e66d2180562f64e1bf14f7613b21b704
parent47f0d3846c949a085da9dc3e33062b4537172edb
Fix clang issue on NotificationQueue::size

Summary: The implicit conversion loses integer precision: 'size_type' (aka 'unsigned
long') to 'int'.

Reviewed By: mzlee

Differential Revision: D2585883

fb-gh-sync-id: 1fc7c84b66c8f19cc36b798dd198730764e19b28
folly/io/async/NotificationQueue.h