]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Minor] Explicit specify order of binary operations 3332/head
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 6 Apr 2020 14:27:45 +0000 (16:27 +0200)
committerChristian Göttsche <cgzones@googlemail.com>
Sat, 11 Apr 2020 12:16:30 +0000 (14:16 +0200)
commitb29b85055e05b1e2f5112ca93c7c6b4673ff42ca
tree026eeddf4f0f8dec00f371c28b1f12d224b69c52
parent7eb5d24c907489ba1a20baf64e2afdfada978d93
[Minor] Explicit specify order of binary operations

../contrib/libev/ev.c: In function ‘ev_io_start’:
../contrib/libev/ev.c:4396:34: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
 4396 |   fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
      |                        ~~~~~~~~~~^~~~~~~~~~~~~
contrib/libev/ev.c