Disable -Wno-missing-prototypes
authorAlexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
Mon, 22 Oct 2018 19:22:30 +0000 (22:22 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 5 Nov 2018 13:25:44 +0000 (14:25 +0100)
commit6c2eb22817b0fc6adef9f08b6bc9d9bd83507e3d
treed98c5a40d3e5e7095d900548add64a1d70ea4adc
parentd4025a3eb2190b03438df637ce32c53e8699e8da
Disable -Wno-missing-prototypes

The warning is valid for C++

The -Wno-missing-prototypes flag is valid for C++ files with clang,
but not with other compilers.

Change-Id: I85aecc92129b6db482ccff3ef5f6af5a8551ace7
Signed-off-by: Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
src/gromacs/CMakeLists.txt