Ensure environment variable use does not give warnings
commit47bb51a17745bb8f2fd791a94596e12ff667c357
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 13 Oct 2019 12:58:58 +0000 (13 14:58 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Sun, 13 Oct 2019 13:02:14 +0000 (13 15:02 +0200)
treeab1e15a42eb282b8c0ef984b27e398b638dcbea7
parent8a0d4d971981a7c9a36e71873284cf8d2cb05129
Ensure environment variable use does not give warnings

The ARM GCC 5 builds give false positive warnings that we should be
using the values returned from getenv.

Change-Id: I64734098d6a030124d75051905f0c96dc497c00b
src/gromacs/mdrun/runner.cpp