mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-01 16:33:16 +03:00
Missing variable initialization.
This commit is contained in:
parent
6e36500fdc
commit
eeff4fddc8
@ -297,7 +297,7 @@ void ChartHypothesis::SetWinningHypo(const ChartHypothesis *hypo)
|
||||
|
||||
size_t ChartHypothesis::hash() const
|
||||
{
|
||||
size_t seed;
|
||||
size_t seed = 0;
|
||||
|
||||
// states
|
||||
for (size_t i = 0; i < m_ffStates.size(); ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user