[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v2 6/7] Mute some compiler warnings



On Tue, 16 Jul 2013 14:32:08 +0200
Daniel Kiper <daniel.kiper@xxxxxxxxxx> wrote:

> This patch mutes follwing compiler warnings:
>   - warning: assignment discards ‘const’ qualifier from
>     pointer target type [enabled by default],
>   - warning: variable ‘page_offset’ set but not used
>     [-Wunused-but-set-variable].
> 
> v2 - suggestions/fixes:
>    - do not discard a const qualifier
>      (suggested by Andrew Cooper).
> 
> Signed-off-by: Daniel Kiper <daniel.kiper@xxxxxxxxxx>

Good, I'll merge this patch into v1.5.5.
And thanks for your review, HATAYAMA-san.


Thanks
Atsushi Kumagai

On Fri, 19 Jul 2013 09:03:49 +0900
HATAYAMA Daisuke <d.hatayama@xxxxxxxxxxxxxx> wrote:

> (2013/07/16 21:32), Daniel Kiper wrote:
> <cut>
> > diff --git a/sadump_info.c b/sadump_info.c
> > index be6cf55..01cf5eb 100644
> > --- a/sadump_info.c
> > +++ b/sadump_info.c
> > @@ -948,7 +948,6 @@ int
> >   readpage_sadump(unsigned long long paddr, void *bufptr)
> >   {
> >     unsigned long long pfn, block, whole_offset, perdisk_offset;
> > -   ulong page_offset;
> >     int fd_memory;
> >
> >     if (si->kdump_backed_up &&
> > @@ -957,7 +956,6 @@ readpage_sadump(unsigned long long paddr, void *bufptr)
> >             paddr += si->backup_offset - si->backup_src_start;
> >
> >     pfn = paddr_to_pfn(paddr);
> > -   page_offset = paddr % info->page_size;
> >
> >     if (pfn >= si->sh_memory->max_mapnr)
> >             return FALSE;
> >
> 
> It seems good to me. Thanks.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.