From owner-freebsd-stable@FreeBSD.ORG Fri Mar 21 19:38:59 2014 Return-Path: Delivered-To: freebsd-stable@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 12581194 for ; Fri, 21 Mar 2014 19:38:59 +0000 (UTC) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE492968 for ; Fri, 21 Mar 2014 19:38:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.8/8.14.8) with ESMTP id s2LJckZZ060296 for ; Fri, 21 Mar 2014 12:38:46 -0700 (PDT) (envelope-from dg@pki2.com) Subject: Build failure 263524. From: Dennis Glatting To: freebsd-stable stable Content-Type: text/plain; charset="ISO-8859-1" Date: Fri, 21 Mar 2014 12:38:46 -0700 Message-ID: <1395430726.8252.189.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-SoftwareMunitions-MailScanner-Information: Dennis Glatting X-SoftwareMunitions-MailScanner-ID: s2LJckZZ060296 X-SoftwareMunitions-MailScanner: Found to be clean X-MailScanner-From: dg@pki2.com X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 19:38:59 -0000 cc -O2 -pipe -I. -I/disk-1/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c aicasm_gram.c aicasm_gram.c:2:19: error: unused variable 'yysccsid' [-Werror,-Wunused-const-variable] static const char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; ^ 1 error generated. *** Error code 1 -- Dennis Glatting