CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
155 stars 50 forks source link

warning C4101: 'len': unreferenced local variable #429

Open chripogh opened 1 year ago

chripogh commented 1 year ago

The variable len in line 140 in file grtfmi/fmi2Functions.c (https://github.com/CATIA-Systems/FMIKit-Simulink/blob/main/grtfmi/fmi2Functions.c#L140) is not used. I think it might be a leftover from an earlier version.

This makes the usually long console output even longer because I get a warning every time: warning C4101: 'len': unreferenced local variable