[Xapian-tickets] [Xapian] #816: expand/ortermlist.cc:166:12: warning: duplicated 'if' condition
Xapian
nobody at xapian.org
Wed Oct 20 16:04:43 BST 2021
#816: expand/ortermlist.cc:166:12: warning: duplicated 'if' condition
---------------------------+------------------------
Reporter: dcb | Owner: Olly Betts
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
Blocked By: | Blocking:
Operating System: All |
---------------------------+------------------------
gcc with compiler flag -Wduplicated-cond says
xpand/ortermlist.cc:166:12: warning: duplicated 'if' condition
[-Wduplicated-cond]
166 | } else if (cmp < 0) {
| ^~
expand/ortermlist.cc:158:5: note: previously used here
158 | if (cmp < 0) {
| ^~
--
Ticket URL: <https://trac.xapian.org/ticket/816>
Xapian <https://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list