Merge pull request #10893 from alalek:fix_cpu_disable_flags

This commit is contained in:
Vadim Pisarevsky 2018-02-19 14:11:11 +00:00
commit 7da6e9086c

View File

@ -514,7 +514,7 @@ struct HWFeatures
static inline bool isSymbolSeparator(char c)
{
return c == ',' || c == ';' || c == '-';
return c == ',' || c == ';';
}
void readSettings(const int* baseline_features, int baseline_count)