Files
mongo/test/cursor_order
Keith Bostic e37a36ab79 WT-2755 flexelint configuration treats size_t as 4B type (#2858)
KNF, remove space after "sizeof" keyword.

Info 790: Suspicious truncation, integral to float

strlen returns a size_t, cast before comparing against a wt_off_t.

size_t is 8B, more size_t cleanups.
2016-07-11 12:32:20 +10:00
..