Initialize Query::m_bigramWeight/m_synonymWeight (make coverity happy)

This commit is contained in:
Ivan Skytte Jørgensen
2017-12-18 17:41:40 +01:00
parent 6c0fb6d81e
commit 550350321c

@ -32,6 +32,8 @@ Query::Query()
: m_queryWordBuf("Query4"),
m_filteredQuery("qrystk"),
m_originalQuery("oqbuf"),
m_bigramWeight(1.0),
m_synonymWeight(1.0),
m_word_variations_config()
{
m_qwords = NULL;