Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5B19B200D3A for ; Wed, 15 Nov 2017 23:08:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5951D160BF4; Wed, 15 Nov 2017 22:08:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 96945160BE4 for ; Wed, 15 Nov 2017 23:08:39 +0100 (CET) Received: (qmail 85991 invoked by uid 500); 15 Nov 2017 22:08:38 -0000 Mailing-List: contact dev-help@madlib.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@madlib.apache.org Delivered-To: mailing list dev@madlib.apache.org Received: (qmail 85980 invoked by uid 99); 15 Nov 2017 22:08:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2017 22:08:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67FFCDFBC7; Wed, 15 Nov 2017 22:08:38 +0000 (UTC) From: iyerr3 To: dev@madlib.apache.org Reply-To: dev@madlib.apache.org Message-ID: Subject: [GitHub] madlib pull request #202: Multiple: Add casting to allow compilation in GCC ... Content-Type: text/plain Date: Wed, 15 Nov 2017 22:08:38 +0000 (UTC) archived-at: Wed, 15 Nov 2017 22:08:40 -0000 GitHub user iyerr3 opened a pull request: https://github.com/apache/madlib/pull/202 Multiple: Add casting to allow compilation in GCC 6+ JIRA: MADLIB-1025 GCC 6+ introduced stricter rules for implicit casting where loss of information is possible. Closes #202 You can merge this pull request into a Git repository by running: $ git pull https://github.com/iyerr3/incubator-madlib bugfix/gcc6_error_fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/madlib/pull/202.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 #202 ---- commit fe262636c1e74e196dd43a5eae7123bd03b183d1 Author: Rahul Iyer Date: 2017-02-11T00:29:08Z Multiple: Add casting to allow compilation in GCC 6+ JIRA: MADLIB-1025 GCC 6+ introduced stricter rules for implicit casting where loss of information is possible. Closes #101 ---- ---