[ 
https://issues.apache.org/jira/browse/GEODE-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927111#comment-16927111
 ] 

ASF subversion and git services commented on GEODE-7182:
--------------------------------------------------------

Commit 9b1c5ab31558c9d0ead6927398cb608521a5c20d in geode-native's branch 
refs/heads/develop from Owen Nichols
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=9b1c5ab ]

GEODE-7182: fix a warning in TcpSslConn.cpp that prevents successful 
compilation on gcc 8.3 (#515)



> TcpSslConn.cpp does not compile with gcc 8.3
> --------------------------------------------
>
>                 Key: GEODE-7182
>                 URL: https://issues.apache.org/jira/browse/GEODE-7182
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Owen Nichols
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I tried to build native client using:
> $ gcc --version
> gcc (Debian 8.3.0-6) 8.3.0
> $ cmake --version
> cmake version 3.13.4
> $ openssl version
> OpenSSL 1.1.1c  28 May 2019
> and got:
> cppcache/src/TcpSslConn.cpp:60: error: catching polymorphic type 'class 
> std::exception' by value
> The BUILDING.md states that I should be able to use "GCC 5 or newer".
> Fixing the code to resolve this warning is a straightforward 1-character 
> change and a good idea anyway even if the official pipelines continue to 
> compile using older compilers that don't generate this warning yet.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to