From owner-freebsd-stable@FreeBSD.ORG Thu Jun 7 13:29:28 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20899106566B for ; Thu, 7 Jun 2012 13:29:28 +0000 (UTC) (envelope-from jhellenthal@dataix.net) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id C133D8FC0C for ; Thu, 7 Jun 2012 13:29:27 +0000 (UTC) Received: by ghbz22 with SMTP id z22so418038ghb.13 for ; Thu, 07 Jun 2012 06:29:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition; bh=1URkpac6OVaw/4cGI06ucc+b5FIsQYlOOxnL9Jsxq+A=; b=UPCXTCwtzd5ejr3KrKs1Z74KPIafNQ5LDqU7xGAhyEY/ZbZCO02EDHv5TgzYPyNjrR P0kVzQmEYMbCfFl/hytl8vyj/wv2FLaIYl08WdyWX4D9KaUlO9ZRVKrggLFq+S7EOiw6 CQjzJJNAtUyA0UQc1Vs1e9Lh5GdQU+x5qiejM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:x-gm-message-state; bh=1URkpac6OVaw/4cGI06ucc+b5FIsQYlOOxnL9Jsxq+A=; b=EOIGyC2GIMraR6pjSonvg8SiENpUmr3Hq77kuOJYeOTlTLlah/iIdJlC7yC+O3YVFA N/eo5jePPEH0f7+ceeY75dql0zKYhhTElEgEq10PYLF+tsX4Kc+fRZmXKHTn8bikmOG3 Yu7nR61VFPcCx8LRslTXf27VjMg88mfKt0J+JigVKMs2RU7iBf3PiO7Ldnk7U3/+0sMh abrm9nMWWk8lfyc6oBpmlEdkKSAVbSpXpaLjFXOb+xSh12eCte0ieAHMzd+64ieaMiJq I0JJgMh1pJe1CvMbp/00L1TD+QYBHCE2/ns3RrCNBxeUWwf1RkiGWYVAvKJdnzJYxzbd 7J0g== Received: by 10.50.209.102 with SMTP id ml6mr698072igc.60.1339075766782; Thu, 07 Jun 2012 06:29:26 -0700 (PDT) Received: from DataIX.net (75-128-120-86.dhcp.aldl.mi.charter.com. [75.128.120.86]) by mx.google.com with ESMTPS id vi7sm771554igb.10.2012.06.07.06.29.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Jun 2012 06:29:24 -0700 (PDT) Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id q57DTK9A092537 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 7 Jun 2012 09:29:20 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jh@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id q57DTK97092536 for stable@freebsd.org; Thu, 7 Jun 2012 09:29:20 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Thu, 7 Jun 2012 09:29:20 -0400 From: Jason Hellenthal To: stable@freebsd.org Message-ID: <20120607132920.GA92505@DataIX.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Gm-Message-State: ALoCoQnzvEo9sVlv8+U7q+QK1PZMh5Vb7RCty+OvUJekpw1GYcb4Ai/VyPUlQaBqLtRpLokcFZ6m Cc: Subject: usr.bin/fstat warnings being treated as errors on i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 13:29:28 -0000 Is anyone else seeing this on a vanilla source tree ? cc1: warnings being treated as errors /usr/src/usr.bin/fstat/fstat.c:159: warning: 'struct shmfd' declared inside parameter list /usr/src/usr.bin/fstat/fstat.c:159: warning: its scope is only this definition or declaration, which is probably not what you want /usr/src/usr.bin/fstat/fstat.c:951: warning: 'struct shmfd' declared inside parameter list /usr/src/usr.bin/fstat/fstat.c:952: error: conflicting types for 'shmtrans' /usr/src/usr.bin/fstat/fstat.c:159: error: previous declaration of 'shmtrans' was here /usr/src/usr.bin/fstat/fstat.c: In function 'shmtrans': /usr/src/usr.bin/fstat/fstat.c:953: error: storage size of 'shm' isn't known /usr/src/usr.bin/fstat/fstat.c:961: error: invalid application of 'sizeof' to incomplete type 'struct shmfd' /usr/src/usr.bin/fstat/fstat.c:961: error: invalid application of 'sizeof' to incomplete type 'struct shmfd' /usr/src/usr.bin/fstat/fstat.c:961: error: invalid application of 'sizeof' to incomplete type 'struct shmfd' /usr/src/usr.bin/fstat/fstat.c:953: warning: unused variable 'shm' *** Error code 1 -- - (2^(N-1))