From owner-svn-src-all@FreeBSD.ORG Thu Sep 24 20:34:45 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DB05106566B; Thu, 24 Sep 2009 20:34:45 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4078FC18; Thu, 24 Sep 2009 20:34:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n8OKYjNm006993; Thu, 24 Sep 2009 20:34:45 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n8OKYjcD006991; Thu, 24 Sep 2009 20:34:45 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200909242034.n8OKYjcD006991@svn.freebsd.org> From: Ed Schouten Date: Thu, 24 Sep 2009 20:34:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197471 - head/sys/teken X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2009 20:34:45 -0000 Author: ed Date: Thu Sep 24 20:34:44 2009 New Revision: 197471 URL: http://svn.freebsd.org/changeset/base/197471 Log: Add __unused. It turns out my previous commit does survive a buildkernel, but not compilation of the individual test tools that use WARNS=6. Modified: head/sys/teken/teken_scs.h Modified: head/sys/teken/teken_scs.h ============================================================================== --- head/sys/teken/teken_scs.h Thu Sep 24 20:33:14 2009 (r197470) +++ head/sys/teken/teken_scs.h Thu Sep 24 20:34:44 2009 (r197471) @@ -100,7 +100,7 @@ teken_scs_uk_national(teken_t *t, teken_ } static teken_char_t -teken_scs_us_ascii(teken_t *t, teken_char_t c) +teken_scs_us_ascii(teken_t *t __unused, teken_char_t c) { /* No processing. */