Content-Transfer-Encoding: quoted-printable Date: Wed, 27 Sep 2017 08:32:39 +0100 X-RT-Interface: Email Content-Language: en-US User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 Received: from mx.ams1.isc.org (mx.ams1.isc.org [199.6.1.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mx.ams1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id A021CD78B0A for ; Wed, 27 Sep 2017 07:33:13 +0000 (UTC) Received: from zmx1.isc.org (zmx1.isc.org [149.20.0.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.ams1.isc.org (Postfix) with ESMTPS id 95FD924AEB4 for ; Wed, 27 Sep 2017 07:32:36 +0000 (UTC) Received: from zmx1.isc.org (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTPS id A4719160052 for ; Wed, 27 Sep 2017 07:32:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTP id 91A1816008B for ; Wed, 27 Sep 2017 07:32:43 +0000 (UTC) Received: from zmx1.isc.org ([127.0.0.1]) by localhost (zmx1.isc.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3ntTymGJLx1m for ; Wed, 27 Sep 2017 07:32:43 +0000 (UTC) Received: from rays-mbp.local (unknown [46.227.151.81]) by zmx1.isc.org (Postfix) with ESMTPSA id 27E50160052 for ; Wed, 27 Sep 2017 07:32:43 +0000 (UTC) To: bind9-public@isc.org MIME-Version: 1.0 X-RT-Incoming-Encryption: Not encrypted In-Reply-To: References: Subject: Re: [ISC-Bugs #46107] Build errors - master with --enable-developer X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Delivered-To: bind9-public@bugs.isc.org content-type: text/plain; charset="utf-8" From ray@isc.org Wed Sep 27 07:33:13 2017 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.ams1.isc.org Return-Path: X-RT-Original-Encoding: utf-8 X-Original-To: bind9-public@bugs.isc.org Message-ID: From: "Ray Bellis" RT-Message-ID: Content-Length: 431 There's still (at least) one error in ht_test.c: ht_test.c:58:39: error: ‘%lld’ directive output may be truncated writing between 1 and 19 bytes into a region of size 16 [-Werror=format-truncation=] snprintf((char *)key, sizeof(key), "%lld", i); ht_test.c:58:38: note: directive argument in the range [1, 9223372036854775806] snprintf((char *)key, sizeof(key), "%lld", i); ^~~~~~