Skip to content

cleanup: Address some warnings reported by clang

Milan Crha requested to merge wip/cleanup-clang-warnings into main
  • mostly about unused variables and a function
  • clang does not understand #pragma GCC diagnostic ignored "-Wdiscarded-qualifiers", thus typecast where needed

Merge request reports