Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1730882

Re: [PATCH] ieee802154: fix gcc-4.9 warnings

From Marcel Holtmann <marcel@holtmann.org>
Newsgroups linux.kernel
Subject Re: [PATCH] ieee802154: fix gcc-4.9 warnings
Date 2017-09-12 16:30 +0200
Message-ID <uoUmm-2nc-11@gated-at.bofh.it> (permalink)
References <uoQsr-8rS-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Arnd,

> All older compiler versions up to gcc-4.9 produce these
> harmless warnings:
> 
> drivers/net/ieee802154/ca8210.c: In function 'ca8210_skb_tx':
> drivers/net/ieee802154/ca8210.c:1947:9: warning: missing braces around initializer [-Wmissing-braces]
> 
> This changes the syntax to something that works on all versions
> without warnings.
> 
> Fixes: ded845a781a5 ("ieee802154: Add CA8210 IEEE 802.15.4 device driver")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> drivers/net/ieee802154/ca8210.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] ieee802154: fix gcc-4.9 warnings Arnd Bergmann <arnd@arndb.de> - 2017-09-12 12:20 +0200
  Re: [PATCH] ieee802154: fix gcc-4.9 warnings Stefan Schmidt <stefan@osg.samsung.com> - 2017-09-12 12:30 +0200
  Re: [PATCH] ieee802154: fix gcc-4.9 warnings Marcel Holtmann <marcel@holtmann.org> - 2017-09-12 16:30 +0200
  Re: [PATCH] ieee802154: fix gcc-4.9 warnings Joe Perches <joe@perches.com> - 2017-09-13 00:40 +0200

csiph-web