From owner-svn-src-head@FreeBSD.ORG Sun Jul 28 15:54:50 2013 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 ESMTP id 4D7C6E5C; Sun, 28 Jul 2013 15:54:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AEBCB2078; Sun, 28 Jul 2013 15:54:49 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id a12so398122wgh.18 for ; Sun, 28 Jul 2013 08:54:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=B5AIl2/lzwAe7rJc0xcPlUnIQG0JqkIuYMP2hlqO6MY=; b=jmR2T45kMWG7mkipUoue14YJSka48np7JToK1luhkxLTSykXothbPIcbfhOP44QPMh XHPACjR+JjYPSMfNW5JhS54WlkV1JebSnXM7eOZN13fIFeLxZXK93t7Q4Azl7zdl/HSJ jJgF+HuvoCA82EMx57yIKcN6kPlA4vXOZ7twXcIPz+HmyxzDVyCL4dASc44SnK+PC0SI XVsMZLxKQeIEbOdIVmYlXKr4mYwrzCtzw0eGMkKT4T1sxs9BRf3TW7Gg5WYmp510ViXl uHUSjkyxH/rlFXXUdEDQgDmiHHEDmfcY2vP0E9U7ylqsWMmCpLEvYl4W0AkTC/4K/0jU pZRQ== MIME-Version: 1.0 X-Received: by 10.180.39.212 with SMTP id r20mr4598567wik.30.1375026888079; Sun, 28 Jul 2013 08:54:48 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Sun, 28 Jul 2013 08:54:47 -0700 (PDT) In-Reply-To: References: <201307280453.r6S4r0iY083215@svn.freebsd.org> Date: Sun, 28 Jul 2013 08:54:47 -0700 X-Google-Sender-Auth: Yy628WMDK_9MBg2nbZVtWfLg-ic Message-ID: Subject: Re: svn commit: r253727 - head/sys/net80211 From: Adrian Chadd To: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head , Adrian Chadd X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 28 Jul 2013 15:54:50 -0000 Grrrr.. Ok. Adrian On Sunday, July 28, 2013, Olivier Cochard-Labb=E9 wrote: > On Sun, Jul 28, 2013 at 6:53 AM, Adrian Chadd > > wrote: > > Author: adrian > > Date: Sun Jul 28 04:53:00 2013 > > New Revision: 253727 > > URL: http://svnweb.freebsd.org/changeset/base/253727 > > > ... > > > > Modified: > > head/sys/net80211/ieee80211_mesh.c > > head/sys/net80211/ieee80211_output.c > > > > Hi, > > I've got this problem during buildkernel: > > cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs > -fdiagnostics-show-option -Wno-error-tautological-compare > -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > -include opt_global.h -fno-omit-frame-pointer > -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkernel > -mno-red-zone -mno-mmx -mno-sse -msoft-float > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > -Werror /usr/src/sys/net80211/ieee80211_mesh.c > /usr/src/sys/net80211/ieee80211_mesh.c:1061:9: error: implicit declaratio= n > of > function 'ieee80211_vap_pkt_send_dest' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > (void) ieee80211_vap_pkt_send_dest(vap, m, ni); > ^ > /usr/src/sys/net80211/ieee80211_mesh.c:1043:23: error: unused variable 'i= c' > [-Werror,-Wunused-variable] > struct ieee80211com *ic =3D vap->iv_ic; > ^ > 2 errors generated. > > > Regards, > > Olivier >