Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-05-04 17:39:34 +1000
committerAndrew Gregory <andrew.gregory.8@gmail.com>2017-05-08 23:27:40 -0400
commit2f1797783efcb7594d9185ae01c7e1a80096b1af (patch)
treeb20bca80c1cdee2c228ce57ea71fc03764ab18ff /scripts
parenta9bec8bed88865a2b5ca1d8f56665ac1326bb238 (diff)
Avoid logical OR duplication warning from gcc-6
The value EAGAIN is allowed by POSIX to be the same as EWOULDBLOCK, but this is not guaranteed. Thus on some systems (e.g. glibc Linux), we get a warning that the logical OR is being performed on two expressions of the same type. We can not get rid of this test in case any system defines these as unique values. Suggested-by: Dave Reisner Signed-off-by: Allan McRae <allan@archlinux.org> (cherry picked from commit 3729ef7a9acf75080fb6f60d13ea80cfd36d855d)
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions