Merge branch 'LUCY-295-file-pos' Perform casts or variable type conversions in code manipulating file positions in order to adapt for -Wconversion.
This closes #46. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a26954e8 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a26954e8 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/a26954e8 Branch: refs/heads/master Commit: a26954e8e303a113c68f5ab947326c6b597dcc3d Parents: 2d6629e 8bc81c2 Author: Marvin Humphrey <[email protected]> Authored: Mon May 2 11:43:21 2016 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon May 2 11:51:52 2016 -0700 ---------------------------------------------------------------------- c/src/Lucy/Index/DocReader.c | 2 +- core/Lucy/Index/BitVecDelDocs.c | 5 ++- core/Lucy/Index/LexIndex.c | 2 +- core/Lucy/Index/SortCache/NumericSortCache.c | 8 ++--- core/Lucy/Index/SortCache/TextSortCache.c | 4 +-- core/Lucy/Store/FSFileHandle.c | 12 +++---- core/Lucy/Store/Folder.c | 6 ++-- core/Lucy/Store/InStream.c | 21 ++++++----- core/Lucy/Store/OutStream.c | 44 +++++++++++++---------- 9 files changed, 59 insertions(+), 45 deletions(-) ----------------------------------------------------------------------
