GitHub user mmartell opened a pull request:
https://github.com/apache/geode-native/pull/28
Feature/geode 2440
Convert hashcode from unsigned to signed and remove static_casts that are
no longer necessary.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mmartell/geode-native feature/GEODE-2440
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/28.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #28
----
commit db7ea70d191f4b71cde28f3b05126c844adfed42
Author: Mike Martell <[email protected]>
Date: 2017-02-22T23:00:54Z
GEODE-2440: Switch hashcode() return type.
- Conver from unit32_t to int32_t to match server.
commit 8b8eed2c284318242a04a70dc8bff28efda38967
Author: Mike Martell <[email protected]>
Date: 2017-02-23T05:09:22Z
Missed conversion of a few internal hashCode types.
commit f1e3fa7b0f27f393a30260f86607aa91e51782d1
Author: Mike Martell <[email protected]>
Date: 2017-02-23T07:28:31Z
GEODE-2440: Remove unneeded static_casts.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---