Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1678447
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build warning after merge of the drivers-x86 tree |
| Date | 2017-06-30 06:10 +0200 |
| Message-ID | <tXVpM-np-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Darren,
After merging the drivers-x86 tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/platform/x86/sony-laptop.c: In function 'sony_laptop_setup_input':
drivers/platform/x86/sony-laptop.c:494:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
key_dev->keycode = &sony_laptop_input_keycode_map;
^
Introduced by commit
a0f0a5e1978b ("platform/x86: sony-laptop: constify few static structures")
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
linux-next: build warning after merge of the drivers-x86 tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-30 06:10 +0200 Re: linux-next: build warning after merge of the drivers-x86 tree Arvind Yadav <arvind.yadav.cs@gmail.com> - 2017-06-30 07:20 +0200 Re: linux-next: build warning after merge of the drivers-x86 tree Darren Hart <dvhart@infradead.org> - 2017-07-01 05:40 +0200
csiph-web