folly/wangle/bootstrap/ServerBootstrap.h: avoid -Wsign-compare error (trivial)
authorJim Meyering <meyering@fb.com>
Wed, 7 Jan 2015 21:40:41 +0000 (13:40 -0800)
committerViswanath Sivakumar <viswanath@fb.com>
Tue, 13 Jan 2015 19:01:04 +0000 (11:01 -0800)
commit3564b9022422f58b11258d492d331a01ee9976d7
treef4a341d85a9371fc6b09e250d0e7a3dd07a6a2fc
parent98543616f33255f001ae2281f526ab8068f740bc
folly/wangle/bootstrap/ServerBootstrap.h: avoid -Wsign-compare error (trivial)

Summary:
* folly/wangle/bootstrap/ServerBootstrap.h:
Change type of a for-loop index from int to size_t.

Test Plan:
Run this and note there are fewer errors than before:
fbconfig --platform-all=gcc-4.9-glibc-2.20 -r folly && fbmake dbgo

Reviewed By: jsedgwick@fb.com

Subscribers: fugalh, folly-diffs@

FB internal diff: D1770091

Tasks: 5941250

Signature: t1:1770091:1420667597:fbe9a5ba56a0e34e0480c82c8fb61128406ded95
folly/wangle/bootstrap/ServerBootstrap.h