From owner-svn-src-head@FreeBSD.ORG Sun Jul 28 13:13:22 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 119BC810; Sun, 28 Jul 2013 13:13:22 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-vb0-x232.google.com (mail-vb0-x232.google.com [IPv6:2607:f8b0:400c:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B36832C59; Sun, 28 Jul 2013 13:13:21 +0000 (UTC) Received: by mail-vb0-f50.google.com with SMTP id x13so1824077vbb.9 for ; Sun, 28 Jul 2013 06:13:20 -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:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Papf9edJYm70xrKJio0fzSAwy0Y5VR8kJt0x8ToggTY=; b=XT6OzWdIbA3OQDWmkcsgKenCXokGVn+MwCpkO7oaYY7kHDENcETX/Dmwr3+Y/9YRRC fbjw/S1eoHUWzUjFbAoI34+PHnHYlBBSXtgn++qa/RhJk9Y5utTUR25TY6zUMeUpGoq9 dDAN4UQTo8mxnaG0bcK9Nqrn8tUkyLtXn26mLQQgaU7kZDB+hFqOwktPCCxopk/ugG3k tQnynAPrsYc4dDp5rImS4MoWEP//fFauXBAqsR587BqeSeKReiaB0DsqvElju0jjTWmo 5f1FtBY1VodDpCW2U0L2MxezME9lLwuWzXSlk7jdAg3mq4exwMpM1b/axs6xUfEgE7/f pGbw== X-Received: by 10.220.45.132 with SMTP id e4mr6976147vcf.56.1375017200793; Sun, 28 Jul 2013 06:13:20 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.58.145.101 with HTTP; Sun, 28 Jul 2013 06:13:00 -0700 (PDT) In-Reply-To: <201307280453.r6S4r0iY083215@svn.freebsd.org> References: <201307280453.r6S4r0iY083215@svn.freebsd.org> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Sun, 28 Jul 2013 15:13:00 +0200 X-Google-Sender-Auth: eDxxaYIQvgJysCPSyd_mfR402Pc Message-ID: Subject: Re: svn commit: r253727 - head/sys/net80211 To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head 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 13:13:22 -0000 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=c99 -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=kernel -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 declaration 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 'ic' [-Werror,-Wunused-variable] struct ieee80211com *ic = vap->iv_ic; ^ 2 errors generated. Regards, Olivier