boschresearch / blech

Blech is a language for developing reactive, real-time critical embedded software.
Apache License 2.0
72 stars 6 forks source link

Fix -Wunused-but-set-variable for activity calls #31

Closed FriedrichGretz closed 4 years ago

FriedrichGretz commented 4 years ago

when calling an activity the first time, mark the return-code variable as unused

Signed-off-by: Friedrich.Gretz Friedrich.Gretz@de.bosch.com