[FOptionContainer.cpp:921]: (style) Expression is always false because 'else if' condition matches previous condition at line 917.
Source code is
} else if (o.lm.l[list]->blanket_ip_block and ip) {
return (char*)o.language_list.getTranslation(505);
} else if (o.lm.l[list]->blanketsslblock and ssl) {
return (char*)o.language_list.getTranslation(506);
} else if (o.lm.l[list]->blanketssl_ip_block and ssl and ip) {
Suggest test more specific things first, not last.
Which one matches? For me they are all different.
Sorry my mistake. No bug here.