From patchwork Tue Oct 16 16:42:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 10643869 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 65D3E18BC for ; Tue, 16 Oct 2018 16:42:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 54C332A5B5 for ; Tue, 16 Oct 2018 16:42:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 491D12A5D0; Tue, 16 Oct 2018 16:42:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 49B662A5B5 for ; Tue, 16 Oct 2018 16:42:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727387AbeJQAdt (ORCPT ); Tue, 16 Oct 2018 20:33:49 -0400 Received: from mail.ao2.it ([92.243.12.208]:59681 "EHLO ao2.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727187AbeJQAdt (ORCPT ); Tue, 16 Oct 2018 20:33:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ao2.it; s=20180927; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-Id:Date:Subject:Cc:To:From; bh=17ffxzZ4Nk8WxyD3pKZsH9zf2TXnko2B6g3ZiAmneiY=; b=Ht2LMxEnjKhaUt2vkgEA+STbInufTvvV2GhYbzKU8ARrj/J8ZiCqGBgCtBLRimopKnpzzBFxXXTzRd14gE13JvdgnglE0QBK42VupGyzAi2tdLVs10g2Jms0TGNsYzYwyd6NesaXKoMwCX6Ze3RCLWLthUQLbojqA1ryfPMlz9J4f2PnBaQR3WarzW7OlinG9zU8sfGr0rZycwKQoGl95dDz1i/1xX/HNfcSt29pTXB9WlQm0O/CTxEdRUYyPHd1hZROmpIyxuD9u6HKhbEWhcbq/kPSvnQ2OV1q21RO6FxkuQ3Ch012j0nhxq+UWBEUVB5qp3gxl2BlvNd9mx4ZtA==; Received: from localhost ([::1] helo=jcn) by ao2.it with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1gCSQK-0003wU-0x; Tue, 16 Oct 2018 18:42:24 +0200 Received: from ao2 by jcn with local (Exim 4.91) (envelope-from ) id 1gCSQS-0007fE-BD; Tue, 16 Oct 2018 18:42:32 +0200 From: Antonio Ospite To: dash@vger.kernel.org Cc: Antonio Ospite Subject: [PATCH 0/5] Build system updates and gcc warnings fixes Date: Tue, 16 Oct 2018 18:42:15 +0200 Message-Id: <20181016164220.29413-1-ao2@ao2.it> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE Sender: dash-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dash@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, here are some build system updates and some fixes for compilation warnings with Gcc. After this patchset, compilation with Gcc is nice and clean, There are still some warnings when compiling with clang but I have not addressed those. Thank you. Antonio Antonio Ospite (5): Update configure.ac with suggestions from autoupdate Enable automake silent rules Add some missing autotools files to the .gitignore file Stop using deprecated function sigsetmask() Silence compiler warning about missing parentheses .gitignore | 2 ++ configure.ac | 8 +++++--- src/Makefile.am | 16 ++++++++-------- src/eval.c | 2 +- src/system.h | 4 ---- 5 files changed, 16 insertions(+), 16 deletions(-)