diff options
author | Phil Pennock <pdp@exim.org> | 2014-07-14 03:13:13 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2014-07-14 03:13:13 -0400 |
commit | 9852336a0e497e2f2ef5e12919ac602defef957b (patch) | |
tree | d3ecb9beff27b9dce60c98ffe7c8b57c56c18fad /test/aux-fixed/0290.inc2 | |
parent | 2fc44bd527012cc3075667f8f50243ee01cdcd27 (diff) |
DNSSEC: fix clang warning re && in || precedence
I looked and AFAICT the compiler guidance gives the correct logical
binding for the code intention.
```
dnsdb.c:362:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
|| dnssec_mode == DEFER && !dns_is_secure(&dnsa)
~~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
dnsdb.c:362:32: note: place parentheses around the '&&' expression to silence this warning
|| dnssec_mode == DEFER && !dns_is_secure(&dnsa)
^
( )
```
Diffstat (limited to 'test/aux-fixed/0290.inc2')
0 files changed, 0 insertions, 0 deletions