Clean up platform-dependant format strings.
authorPeter Griess <pgriess@fb.com>
Mon, 23 Sep 2013 21:38:05 +0000 (16:38 -0500)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:46:18 +0000 (18:46 -0700)
commit41c4a7b27c2f975c069af7cce7aeae06f0089c19
tree06238e4b9f597cefaf8a768013bedb39d0ce98c1
parent8ae12a8ec24f2e6029702b2f107f9f0433c1d82c
Clean up platform-dependant format strings.

Summary:
- Use PRIu64 and friends from <cinttypes> to handle uint64_t requiring
different format strings on different platforms.
- Fix lint errors.

Test Plan:
- fbconfig -r folly && fbmake runtests
- ./configure && make check on Ubuntu/FC/Mac

Reviewed By: simpkins@fb.com

FB internal diff: D998512
folly/build/GenerateFingerprintTables.cpp
folly/test/SpookyHashV1Test.cpp
folly/test/SpookyHashV2Test.cpp