commaai / panda

code powering the comma.ai panda
MIT License
1.5k stars 744 forks source link

Enable misra-c2012-1.2 #1962

Closed dzid26 closed 1 month ago

dzid26 commented 1 month ago

Allow gcc's (and compatible compilers) __typeof__ extension for type safety and concise code.

Btw, C23 has typeof natively, but cppcheck doesn't support yet - according to the manual.

Links https://github.com/commaai/panda/issues/1954 https://github.com/commaai/panda/issues/1794 https://github.com/commaai/panda/pull/1926