Date: Sun, 28 Jul 2013 15:13:00 +0200 From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= <olivier@cochard.me> To: Adrian Chadd <adrian@freebsd.org> Cc: svn-src-head <svn-src-head@freebsd.org> Subject: Re: svn commit: r253727 - head/sys/net80211 Message-ID: <CA%2Bq%2BTco-n-2s7Df8m8UtQF2KtRxJimemZdH6BbumHdsafhcbHQ@mail.gmail.com> In-Reply-To: <201307280453.r6S4r0iY083215@svn.freebsd.org> References: <201307280453.r6S4r0iY083215@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 28, 2013 at 6:53 AM, Adrian Chadd <adrian@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bq%2BTco-n-2s7Df8m8UtQF2KtRxJimemZdH6BbumHdsafhcbHQ>