PickNikRobotics / data_tamer

C++ library for Fearless Timeseries Logging
MIT License
199 stars 20 forks source link

clang build error #13

Closed adv4ncr closed 7 months ago

adv4ncr commented 7 months ago

Hi there,

I got the build error data_tamer_cpp/include/data_tamer/channel.hpp:309:22: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] followed by multiple successive errors in the same vain with using clang17. The self-reference could either be removed or the error suppressed.

Nice work by the way :grinning:

facontidavide commented 7 months ago

thanks, I will fix it

facontidavide commented 7 months ago

clang is wrong. Removing this breaks the compilation