Alan Coopersmith <[email protected]> writes:

> Solaris <sys/errno.h> has:
>  #define EWOULDBLOCK       EAGAIN
> so checking (errno == EAGAIN || errno == EWOULDBLOCK) is overkill.
>
> This leads cppcheck 1.62 to complain:
> [xserver/os/io.c:365] -> [xserver/os/io.c:365]: (style) Same expression on 
> both sides of '||'.
> [xserver/os/io.c:941] -> [xserver/os/io.c:941]: (style) Same
> expression on both sides of '||'.

Merged.
   044a6ef..457bc83  master -> master

-- 
[email protected]

Attachment: pgpRYGDUCvkZT.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to