Skip to content

Fix warnings with clang 9

Mark Abraham requested to merge fix-clang-9-warnings into master

Use of GMX_USE_SIMD_KERNELS left some code declared and unused, which is now fixed.

Printf formats for int64_t are not very portable, so used the traditional string work around again.

Edited by Mark Abraham

Merge request reports