From issues-return-53601-archive-asf-public=cust-asf.ponee.io@geode.apache.org Wed Sep 25 15:53:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id AD63F180637 for ; Wed, 25 Sep 2019 17:53:02 +0200 (CEST) Received: (qmail 55062 invoked by uid 500); 25 Sep 2019 15:53:02 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 55046 invoked by uid 99); 25 Sep 2019 15:53:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2019 15:53:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2B235E0F34 for ; Wed, 25 Sep 2019 15:53:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 3EA357805E7 for ; Wed, 25 Sep 2019 15:53:00 +0000 (UTC) Date: Wed, 25 Sep 2019 15:53:00 +0000 (UTC) From: "Blake Bender (Jira)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-7236) Fix Clang 'defaulted-function-deleted' and 'c++2a-compat' warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-7236?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1693= 7865#comment-16937865 ]=20 Blake Bender commented on GEODE-7236: ------------------------------------- Back out changes for=C2=A0GEODE-7325 as part of the fix for this issue. > Fix Clang 'defaulted-function-deleted' and 'c++2a-compat' warnings > ------------------------------------------------------------------ > > Key: GEODE-7236 > URL: https://issues.apache.org/jira/browse/GEODE-7236 > Project: Geode > Issue Type: Bug > Components: native client > Reporter: Blake Bender > Priority: Major > > Repro steps:=C2=A0 > * Sync up to geode native `develop` branch on a Mac with latest Clang `A= pple clang version 11.0.0 (clang-1100.0.33.8)` > * Check top-level CMakeLists.txt and make sure these warnings are enable= d, i.e. not turned off in `target_compile_options(_WarningsAsError INTERFAC= E` > * Configure and build Geode Native > Expected Result: > * Geode Native builds to completion > Actual Result: > * Clang warns about these things, and the build fails due to WarningsAsE= rror. > These warnings have been disabled (GEODE-7325) to get the build back off = the floor, but we need to provide the actual code fix and re-enable the war= nings. -- This message was sent by Atlassian Jira (v8.3.4#803005)