3rdparty/hts_engine_API/lib/HTS_model.c:1168:27: warning: self-comparison always evaluates to false [-Wtautological-compare]
Source code is
if (is_msd[j] != is_msd[j])
This is upstream code, so for benign bugs, we prefer not to fork the code. You can submit a fix upstream to the HTS_engine project on SourceForge?
I'd done worse than that: I've emailed Keiichi Tokuda ( the maintainer) with the bug report.
Let's see if they can come up with a reasonable fix.
Log in to post a comment.
This is upstream code, so for benign bugs, we prefer not to fork the code. You can submit a fix upstream to the HTS_engine project on SourceForge?
I'd done worse than that: I've emailed Keiichi Tokuda ( the maintainer)
with the bug report.
Let's see if they can come up with a reasonable fix.