upkie / vulp

Robot/simulation switch for the mjbots stack
Apache License 2.0
61 stars 4 forks source link

Warning about ignored return value #32

Closed stephane-caron closed 1 year ago

stephane-caron commented 1 year ago

We introduced a warning in https://github.com/tasts-robots/vulp/pull/30:

external/vulp/spine/AgentInterface.cpp:31:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  ::ftruncate(file_descriptor, bytes);
  ^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

@boragokbakan Can we check the return value, and throw a runtime error if this instruction failed?

ubgk commented 1 year ago

Sure, I can take a look.