[
https://issues.apache.org/jira/browse/GEODE-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Diane Hardman updated GEODE-7182:
---------------------------------
Fix Version/s: (was: 1.11.0)
1.10.0
> 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
> Fix For: 1.10.0
>
> 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.4#803005)