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
Showing
Please register or sign in to comment