svn commit: r253727 - head/sys/net80211
Adrian Chadd
adrian at freebsd.org
Sun Jul 28 15:54:50 UTC 2013
Grrrr.. Ok.
Adrian
On Sunday, July 28, 2013, Olivier Cochard-Labbé wrote:
> On Sun, Jul 28, 2013 at 6:53 AM, Adrian Chadd <adrian at freebsd.org<javascript:;>>
> 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
>
More information about the svn-src-head
mailing list