|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] unnamed union structure members are dangerous to
On 25/3/08 17:25, "Samuel Thibault" <samuel.thibault@xxxxxxxxxxxxx> wrote:
> will return 0x13e0 when compiled without gcc -std=c99, while the
> expected value is 0x1430, resulting to seg faults and all kinds of
> tricks. Compiling with
>
> #include "/usr/include/xen/foreign/x86_64.h"
>
> shows why:
>
> /usr/include/xen/foreign/x86_64.h:88: warning: declaration does not
> declare anything
This raises two obvious questions:
1. Why building with -std=c99?
2. Why building without -Werror?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|