Skip to content

Fix clazy warnings

Plata Hill requested to merge work/plata/fix-clazy into master
  • install clang, libc++-dev and libc++abi-dev; note: it might make sense to update the image
  • set CC and CXX (only CMAKE_CXX_COMPILER: clazy gave linker errors)
  • CMake: set "-stdlib=libc++" option
  • fix clazy reports
  • do not allow failure to avoid that it breaks again
Edited by Plata Hill

Merge request reports