Fix clang unused-function warnings
commit60d43dbbc8b75ce39fef4375cb83c4f31fa2a55f
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 24 Sep 2019 10:01:29 +0000 (24 12:01 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 24 Sep 2019 12:07:27 +0000 (24 14:07 +0200)
tree4906a14abc3a08604e1fefa1e93acf7c3d7c83a9
parent8aaaa25fe314addabff7c527231e4260b0161c4c
Fix clang unused-function warnings

There are many places inline functions in headers are declared that
won't be used so we should suppress the clang warning about that.

Change-Id: I01c26f68473543007427e5baafc74eee966c0e68
cmake/gmxCFlags.cmake