Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1409774
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build warnings after merge of the sound-asoc tree |
| Date | 2016-05-31 03:50 +0200 |
| Message-ID | <rEGYF-42d-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all,
After merging the sound-asoc tree, today's linux-next build (x86_64
allmodconfig) produced these warnings:
sound/soc/codecs/cs47l24.c: In function 'cs47l24_adsp2_irq'
:
sound/soc/codecs/cs47l24.c:1091:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
(void *)i);
^
sound/soc/codecs/wm5110.c: In function 'wm5110_adsp2_irq':
sound/soc/codecs/wm5110.c:2246:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
(void *)i);
^
Introduced by commit
7baa7e2490e1 ("ASoC: arizona: Add event notification on voice trigger events")
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
linux-next: build warnings after merge of the sound-asoc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-05-31 03:50 +0200 Re: linux-next: build warnings after merge of the sound-asoc tree Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-05-31 10:20 +0200
csiph-web