This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 27fb576  GEODE-4423: Fixes runtime failure on Solaris SPARC.
27fb576 is described below

commit 27fb576c6dadfac7bb05755ed4bd90fad2b10ed6
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Fri Feb 2 20:45:45 2018 +0000

    GEODE-4423: Fixes runtime failure on Solaris SPARC.
---
 cppcache/include/geode/PdxFieldTypes.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cppcache/include/geode/PdxFieldTypes.hpp 
b/cppcache/include/geode/PdxFieldTypes.hpp
index b3117b8..18bf80e 100644
--- a/cppcache/include/geode/PdxFieldTypes.hpp
+++ b/cppcache/include/geode/PdxFieldTypes.hpp
@@ -24,7 +24,7 @@ namespace apache {
 namespace geode {
 namespace client {
 
-enum class PdxFieldTypes : int8_t {
+enum class PdxFieldTypes {
   UNKNOWN = -1,
   BOOLEAN = 0,
   BYTE,

-- 
To stop receiving notification emails like this one, please contact
jbarr...@apache.org.

Reply via email to