robotology / blockfactory

A tiny framework to wrap algorithms for dataflow programming
https://robotology.github.io/blockfactory
GNU Lesser General Public License v2.1
40 stars 16 forks source link

Fix Debug build due to warning in simulink.c #15

Closed diegoferigo closed 5 years ago

diegoferigo commented 5 years ago

The compiler option that is generating the warning in simulink.c was disabled for the Mex target. Note that in Debug by default warnings are treated as errors.

Fix #13