﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4019	Using CombiTimeTable emits multiple unused variable tableAvailable warnings	Christoph <buchner@…>	Martin Sjölund	"As soon as I use a Modelica.Blocks.Sources.CombiTimeTable, I get '''5 warnings per used table''', so e.g. loading several reference data files for a model severely diminishes the usefulness of the Messages Browser, as it just gets spammed with these messages.

This seems to be caused by m:#1138, so I guess it's improbable that the unused variable will be removed. To mitigate, can we at least silence/purge this specific warning instance, as it seems to ""work as intended"", and thus shouldn't generate a warning?

Repro code:

{{{
model unused_input_var
  Modelica.Blocks.Sources.CombiTimeTable test(table=[0, 0; 1, 0]);

end unused_input_var;
}}}

Output:
{{{
[1] 15:13:57 Symbolic Warning
[Modelica.Blocks.Sources: 2381:7-2382:66]: Unused input variable tableAvailable in function .Modelica.Blocks.Sources.CombiTimeTable$test.getNextTimeEvent.

[2] 15:13:57 Symbolic Warning
[Modelica.Blocks.Sources: 2346:7-2347:66]: Unused input variable tableAvailable in function .Modelica.Blocks.Sources.CombiTimeTable$test.getDerTableValue.

[3] 15:13:57 Symbolic Warning
[Modelica.Blocks.Sources: 2312:7-2313:66]: Unused input variable tableAvailable in function .Modelica.Blocks.Sources.CombiTimeTable$test.getTableValue.

[4] 15:13:57 Symbolic Warning
[Modelica.Blocks.Sources: 2358:7-2359:66]: Unused input variable tableAvailable in function .Modelica.Blocks.Sources.CombiTimeTable$test.getTableTimeTmin.

[5] 15:13:57 Symbolic Warning
[Modelica.Blocks.Sources: 2369:7-2370:66]: Unused input variable tableAvailable in function .Modelica.Blocks.Sources.CombiTimeTable$test.getTableTimeTmax.
}}}
"	defect	closed	high	1.11.0	Installation program		fixed		
