All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Xen-changelog] Eliminate uninitialised variables warnings.
       [not found] <E1F3tH6-0003uV-OW@xenbits.xensource.com>
@ 2006-01-31 15:53 ` Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2006-01-31 15:53 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Pratt

Hi,

I saw 3.0.1 was tagged right before this changeset.  Can you make sure 
that 3.0.1 includes this changeset?  Without, Xen doesn't build at all 
on gcc 4.0.2 because of -Werror.

Regards,

Anthony Liguori

Xen patchbot -3.0-testing wrote:

># HG changeset patch
># User kaf24@firebug.cl.cam.ac.uk
># Node ID 3f835fa609bb5d41be0c41f0694b405247e496a6
># Parent  78d6d016ffc0e428f3782a9469a911a56fa53a23
>Eliminate uninitialised variables warnings.
>
>Signed-off-by: Leendert Van Doorn <leendert@watson.ibm.com>
>
>diff -r 78d6d016ffc0 -r 3f835fa609bb xen/include/xen/domain_page.h
>--- a/xen/include/xen/domain_page.h	Tue Jan 31 00:04:13 2006
>+++ b/xen/include/xen/domain_page.h	Tue Jan 31 09:54:40 2006
>@@ -48,6 +48,8 @@
> {
>     ASSERT(cache != NULL);
>     cache->flags = 0;
>+    cache->pfn = 0;
>+    cache->va = NULL;
> }
> 
> static inline void *
>
>_______________________________________________
>Xen-changelog mailing list
>Xen-changelog@lists.xensource.com
>http://lists.xensource.com/xen-changelog
>
>  
>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-31 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1F3tH6-0003uV-OW@xenbits.xensource.com>
2006-01-31 15:53 ` [Xen-changelog] Eliminate uninitialised variables warnings Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.