2012-08-02 04:04:39

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the final tree

Hi all,

After merging the final tree, today's linux-next build (sparc64 defconfig)
produced this warning:

mm/shmem.c: In function 'shmem_interleave':
mm/shmem.c:1343:9: warning: assignment makes integer from pointer without a cast [enabled by default]

Introduced by commit c3cfa3129c03 ("tmpfs: interleave the starting node
of /dev/shmem") from the akpm tree.

--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (433.00 B)
(No filename) (836.00 B)
Download all attachments

2012-08-02 14:45:56

by Nathan Zimmer

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the final tree

On 08/01/2012 11:04 PM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the final tree, today's linux-next build (sparc64 defconfig)
> produced this warning:
>
> mm/shmem.c: In function 'shmem_interleave':
> mm/shmem.c:1343:9: warning: assignment makes integer from pointer without a cast [enabled by default]
>
> Introduced by commit c3cfa3129c03 ("tmpfs: interleave the starting node
> of /dev/shmem") from the akpm tree.
>
That should disappear shortly. The patch responsible was obsoleted.

Nate