OpenCyphal / libcanard

A compact implementation of the Cyphal/CAN protocol in C for high-integrity real-time embedded systems
http://opencyphal.org
MIT License
327 stars 192 forks source link

clang-tidy: make static code check happy. #179

Closed Linjieqiang closed 3 years ago

Linjieqiang commented 3 years ago

removed the WarningsAsErrors flag to fix #178

pavel-kirienko commented 3 years ago

This is not an acceptable fix because it breaks static analysis. Let's follow up on this in #178.