Skip to content

Fix clang warnings.

Fix clang warnings concerning:

  • unused arguments (also changed other places to [[maybe_unused]]),
  • side effects of typeid usage, and
  • unused variable.

Merge request reports