2 messages in com.xensource.lists.xen-ia64-devel[Xen-ia64-devel] PATCH: remaining war...
FromSent OnAttachments
Tristan Gingold31 May 2006 02:52.diffs
Alex Williamson31 May 2006 17:54 
Subject:[Xen-ia64-devel] PATCH: remaining warnings removed
From:Tristan Gingold (Tris@bull.net)
Date:05/31/2006 02:52:19 AM
List:com.xensource.lists.xen-ia64-devel
Attachments:

Hi,

this patch cleans up all remaining warnings. -Werror and -Wno-uninitialized are added for make no_warns=y

Two comments: I disable -Wuninitialized. The reason is simple: this warning can be falsly triggered and thus depends on compiler version. I think it will be a nightmare to enforce it with -Werror. (Note it is enabled when no_warns != y).

I have made some trivial modifications in linux-xen/ files without #ifdef XEN/#endif. It would have made the files more unreadable and these warnings may have been fixed in linux files.

Tested by booting dom0.

Tristan.