From owner-svn-src-head@FreeBSD.ORG Fri Sep 19 18:09:51 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E480D248; Fri, 19 Sep 2014 18:09:51 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A88BD76C; Fri, 19 Sep 2014 18:09:51 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lf10so563869pab.8 for ; Fri, 19 Sep 2014 11:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=MTw48t+BFUPTFOh9cbtPvDNqEda5ANIpxublTB+ZmrQ=; b=zmEaXRC5BKr7PPwm6PKP8VuGALOtLS2IGcvxoJfaV0NK4QmQPBHVn9LCNAFOSpMgHz pASJs8akRv6u9KNXOTSqXO96TtaxuDC8YdWDdtCwAofS+SMeDXK8VBQHF9LGxgy/pnu4 1FInjuTfwGL/mi9spSRP0QwBy32lQdpk/pYrS2/b28fwZpqQmP7f628pXGxfTKNkHBZV cHP6vDs+LlaW4y3zbIzH6dv64+RELBhpv4KxZV/18agIL3zBbttmNLuz6zJo2zpH8ykr NfQjjFqMoWb65hFx4NkzRYoJ2dzBnCBNTMAm0uErsM+Ejr4Ma58RqdRxWGa2AMS6MDkk M23Q== X-Received: by 10.70.89.108 with SMTP id bn12mr3575605pdb.146.1411150190863; Fri, 19 Sep 2014 11:09:50 -0700 (PDT) Received: from [10.17.200.39] (mobile-166-137-212-080.mycingular.net. [166.137.212.80]) by mx.google.com with ESMTPSA id ks2sm2488611pdb.24.2014.09.19.11.09.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Sep 2014 11:09:50 -0700 (PDT) References: <201409191718.s8JHIRvW032274@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201409191718.s8JHIRvW032274@svn.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: iPhone Mail (11D257) From: Garrett Cooper Subject: Re: svn commit: r271875 - in head/contrib/atf: . atf-c Date: Fri, 19 Sep 2014 11:09:45 -0700 To: Craig Rodrigues Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 18:09:52 -0000 > On Sep 19, 2014, at 10:18, Craig Rodrigues wrote: > > Author: rodrigc > Date: Fri Sep 19 17:18:27 2014 > New Revision: 271875 > URL: http://svnweb.freebsd.org/changeset/base/271875 > > Log: > Reference the test case "packs" to fix warnings > > Put the various atf_tc_pack_t variables generated by ATF_TC to use in > the macros_h_test.c file so that we prevent some build warnings (and > thus some build errors) with clang and -Wunused. > > Obtained from: atf (git 70126d013db25c72539803f19f7e00baddacdf51) > > Modified: > head/contrib/atf/NEWS > head/contrib/atf/atf-c/macros_h_test.c This should be MFCed to stable/10. Thanks! -Garrett