Opened 13 years ago
Closed 13 years ago
#4846 closed defect (fixed)
assert is useless in FIRFilter::evaluate()
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | mythtv | Version: | 0.21-fixes |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
In FIRFilter::evaluate(), there is an assert call:
assert(resultDivFactor >= 0);
But resultDivFactor is an unsigned type. So it will never be less then zero.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | libs_libmythsoundtouch_FIRFilter.cpp-remove-unnecessary-assert.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | 0.21 → 0.22 |
---|
Note: See
TracTickets for help on using
tickets.
removes useless assert