Fix warnings with clang 9
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 21 Apr 2020 07:28:16 +0000 (09:28 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 21 Apr 2020 07:29:30 +0000 (09:29 +0200)
commit85d826e59a5160991aadfed11e378c36ad7300a6
treef454fa41f271d750c04bac8806bb9ff784a2fec0
parentf104292b30f70f14bfe846f36c545797e0d84e02
Fix warnings with clang 9

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.
src/gromacs/fileio/checkpoint.cpp
src/gromacs/nbnxm/pairlist.cpp