On Sat, Sep 27, 2014 at 11:41:09AM +0200, Ludovic Courtès wrote:
> Does something like this build correctly with ‘gcc -Wall -c’:
>
> --8<---------------cut here---------------start------------->8---
> #include <poll.h>
>
> int
> foo (struct pollfd *x)
> {
> return x->events;
> }
> --8<---------------cut here---------------end--------------->8---Yes, without any warning. Andreas
