From: Jonathan McDowell Date: Thu, 14 Sep 2023 08:20:10 +0000 (+0530) Subject: Mark unused function parameters X-Git-Tag: onak-0.6.3~22 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9d8830c7ea9fd00ded77072cdfd333c5c4e39813;hp=9d8830c7ea9fd00ded77072cdfd333c5c4e39813;p=onak.git Mark unused function parameters 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. ---