debevv / nanoMODBUS

A compact MODBUS RTU/TCP C library for embedded/microcontrollers
MIT License
234 stars 47 forks source link

Fix or silence clang-tidy warnings #45

Closed rojer closed 2 months ago

rojer commented 4 months ago
debevv commented 4 months ago

I don't see these warnings in Clion, how did you call clang-tidy? What version are you using?

rojer commented 4 months ago

https://gist.github.com/rojer/76819527895acb16b0ea69b9778f6b5a

rojer commented 4 months ago

oh, and the version:

[rojer@nbd ~]$ clang-tidy-15 --version
Ubuntu LLVM version 15.0.7
  Optimized build.
  Default target: x86_64-pc-linux-gnu
  Host CPU: icelake-client
debevv commented 2 months ago

Fixed in 363e7f7480a262f0bbf94c2c9dbe531c80b83418 Thank you