]> the.earth.li Git - onak.git/commitdiff
Mark unused function parameters
authorJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 08:20:10 +0000 (13:50 +0530)
committerJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 08:22:24 +0000 (13:52 +0530)
Do a pass-through with "gcc -Werror -Wunused-parameter" and mark up all
the unused function parameters (and remove a few unused variables). Also
add a CMake check to ensure we have __attribute__((unused)) available to
us.


No differences found