From owner-freebsd-current@FreeBSD.ORG Sat Feb 16 22:05:32 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CFA50E02; Sat, 16 Feb 2013 22:05:32 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 797BCDED; Sat, 16 Feb 2013 22:05:32 +0000 (UTC) Received: from ds4.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id 3B3B7675D; Sat, 16 Feb 2013 22:05:31 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id E95789093; Sat, 16 Feb 2013 23:05:30 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: FreeBSD Tinderbox Subject: Re: [head tinderbox] failure on powerpc64/powerpc References: <201302162137.r1GLbn0B037655@freebsd-current.sentex.ca> Date: Sat, 16 Feb 2013 23:05:30 +0100 In-Reply-To: <201302162137.r1GLbn0B037655@freebsd-current.sentex.ca> (FreeBSD Tinderbox's message of "Sat, 16 Feb 2013 21:37:49 GMT") Message-ID: <86ehgfc3th.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: powerpc64@freebsd.org, current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2013 22:05:32 -0000 FreeBSD Tinderbox writes: > cc -O2 -pipe -I/src/lib/libldns/../../contrib/ldns -std=3Dgnu99 -fstack-p= rotector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-para= meter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uniniti= alized -Wno-pointer-sign -c /src/lib/libldns/../../contrib/ldns/dnssec_veri= fy.c -o dnssec_verify.o > cc1: warnings being treated as errors > /src/lib/libldns/../../contrib/ldns/dnssec_verify.c:638: warning: > ldns_dnssec_trust_tree_print_sm' defined but not used > *** [dnssec_verify.o] Error code 1 > > Stop in /src/lib/libldns. Why is this happening? The Makefile sets WARNS to 3, which adds -Wno-unused-function to CFLAGS, which should suppress this warning. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no