From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.6 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0334F1F454 for ; Sat, 2 Nov 2019 10:40:21 +0000 (UTC) From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/4] build system fixes Date: Sat, 2 Nov 2019 10:40:16 +0000 Message-Id: <20191102104020.30317-1-user@example.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Perl (as distributed by Debian) disables assertions and enables fewer warnings than I'd like. Now, I'm using config.mak to set a bunch of warnings and seeing some noise, these fix it. Eric Wong (4): Makefile.PL: remove CCFLAGS overrides workaround -DNDEBUG warnings quiet uninitialized variable warnings avoid mixing declarations and code Makefile.PL | 7 ------- Mwrap.xs | 26 +++++++++++++++----------- 2 files changed, 15 insertions(+), 18 deletions(-)