Skip to content

Warnings-- from Clang

Adriaan de Groot requested to merge clang-fixes into master

Make arpa2common build warning-free with Clang again

  • misuse of printf()
  • wandering const
  • .. and others

While here, remove the top-level Makefile which exists only to drive the CMake-based build and no longer does useful things since the CI- and other scripts drive CMake themselves.

Merge request reports