summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2014-07-14 03:13:13 -0400
committerPhil Pennock <pdp@exim.org>2014-07-14 03:13:13 -0400
commit9852336a0e497e2f2ef5e12919ac602defef957b (patch)
treed3ecb9beff27b9dce60c98ffe7c8b57c56c18fad /doc/doc-txt
parent2fc44bd527012cc3075667f8f50243ee01cdcd27 (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 'doc/doc-txt')
0 files changed, 0 insertions, 0 deletions