WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] xen-x86_64.h:155: warning: data definition has no type or st

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xen-x86_64.h:155: warning: data definition has no type or storage class
From: "K.C. Lee" <kcl.joseph@xxxxxxxxx>
Date: Tue, 5 Oct 2010 16:59:58 +0800
Delivery-date: Tue, 05 Oct 2010 02:00:51 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=eoTdxUmbarzvwcE9qYE4Y1NM7mxw1wj3LKul4x1kq6E=; b=Un2DarRpI+zoBzC+iRp1QHptEtLo8CP1nBdSBuhU4hoKic7zRUGnMVibKwvg8Qp7yC Esnt0cs91t7IG3CNLiW5meZjSgO3nNiSIyIG8mxf4E4Qkgka0vsjjZaB1RQrPpVp9BVg g9lIMboW78pOCooHYAsq76rDTP8V+i/c5zXK8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fa5YrK1M59CqSPMMN28vfSlY8U1DbyU/qbhyYZvPfsZgVOyhHTJ+O9hWcHmn/xL8ot Oe9b/4/rHwCLIV9CFK8abJQApU+YNqcqutWyinJOfKsvbd5xCrcDDifc8BtLS2+hS0if Wva+d0F1jH2fWcQJfPts4yydt+f7WqRIU+ryM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I use the following in my code and find the error message as title during compiling.

#if defined(__i386__)
#include "../arch-x86/xen-x86_32.h"
#elif defined(__x86_64__)
#include "../arch-x86/xen-x86_64.h"
//KCL 2010/10/5 14:23: End
#endif

Can anyone help me?

Thank you very much.

Sincerely,

K.C.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>