Disable false positive warning in ICC and MSVC
authorPaul Bauer <paul.bauer.q@gmail.com>
Tue, 10 Sep 2019 13:09:15 +0000 (15:09 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 11 Sep 2019 08:28:52 +0000 (10:28 +0200)
commit9a077a8bf6f40f56c768c8b7bed56d25930003b9
tree01392600a8c4c7eea6ba4f424d0b0aa058791a89
parent986cc62da7eeed75821dfaa357a3447b9b2e28c1
Disable false positive warning in ICC and MSVC

Post submit was warning about constant selector expression in the
modularsimulator code when building with ICC. The warning
looked like a false positive so I added the flag to exclude it for ICC
both in native mode and with MSVC.

Change-Id: Ic0a9f2935b07d72d46940d0d5a165eb1b417a1ad
cmake/gmxCFlags.cmake