Changed type of m_batch_size to uint32_t to avoid compiler signed/unsigned comparison warnings.

This commit is contained in:
Ulrich Germann 2013-09-25 22:08:50 +01:00
parent e1882032eb
commit daaf71c76e

View File

@ -23,7 +23,7 @@ protected:
std::map<int, LanguageModel*> m_dlm_ffs;
std::map<int, StatefulFeatureFunction*> m_stateful_ffs;
std::vector<Hypothesis*> m_partial_hypos;
int m_batch_size;
uint32_t m_batch_size;
int m_max_stack_size;
// functions for creating hypotheses