Skip to content

Commit f51bced

Browse files
committed
Warning removed
1 parent 843667a commit f51bced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gecode/kernel/core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ namespace Gecode {
386386
// Support disabled propagators and tracing
387387
// Find a non-disabled tracer recorder (possibly null)
388388
TraceRecorder* tr = findtracerecorder();
389-
ViewTraceInfo vti;
389+
ViewTraceInfo vti; vti.other();
390390
#define GECODE_STATUS_TRACE(q,s) \
391391
if ((tr != NULL) && (tr->events() & TE_PROPAGATE) && \
392392
(tr->filter()(p->group()))) { \

0 commit comments

Comments
 (0)