From f7935125ba51a0f84def04c25e14ccdbdc5fb7b7 Mon Sep 17 00:00:00 2001 From: "graehl@gmail.com" Date: Tue, 10 Aug 2010 10:05:39 +0000 Subject: fix warning git-svn-id: https://ws10smt.googlecode.com/svn/trunk@500 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/trule.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'decoder') diff --git a/decoder/trule.cc b/decoder/trule.cc index b76a29c3..f43fbb58 100644 --- a/decoder/trule.cc +++ b/decoder/trule.cc @@ -99,6 +99,7 @@ THREADLOCAL int n_assigned=0; void assign_trule(const TRulePtr& new_rule, const unsigned int ctf_level, const TRulePtr& coarse_rule, void* extra) { TRule *assignto=(TRule *)extra; *assignto=*new_rule; + ++n_assigned; } } -- cgit v1.2.3