Fix various 64 -> 32 bit integer conversion warnings in FSX.

* subversion/libsvn_fs_x/noderevs.h
  (svn_fs_x__noderevs_create): Since INITIAL_COUNT is currently set to
                               some fixed value by the callers, we might
                               as well just turn it into an int.

* subversion/libsvn_fs_x/noderevs.c
  (svn_fs_x__noderevs_create): INITIAL_COUNT is int now and thus compatible
                               with APR array sizes.

* subversion/libsvn_fs_x/pack.c
  (initialize_pack_context): Make MAX_ITEMS an int since we are using it
                             with APR arrays anyways.
  (pack_log_addressed): Safely limit MAX_ITEMS to int.

git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1575632 13f79535-47bb-0310-9956-ffa450edef68
3 files changed