Don't disable MSVC warnings in config.h
commite28b2a47c56b84bb453b019cc7928cffdd411753
authorRoland Schulz <roland@utk.edu>
Fri, 7 Mar 2014 08:38:35 +0000 (7 03:38 -0500)
committerRoland Schulz <roland@rschulz.eu>
Tue, 11 Mar 2014 01:45:37 +0000 (11 02:45 +0100)
tree588701dc7b8b29e50f297eaf0d3b5aca6e42a38f
parent61cfbf43bbd398e1e877aab796e4212d733a1801
Don't disable MSVC warnings in config.h

All other warning flags are passed as compiler flags, thus this
was inconsistent. Also didn't work correctly if source file
doesn't include config.h.

Also makes ICC warning flags consistent between Linux and
Windows.

Change-Id: Ic52f6eb3c2dc5751b8aac1bba836ad5ff7d7c3cf
cmake/gmxCFlags.cmake
src/config.h.cmakein
src/gromacs/fileio/futil.cpp
src/gromacs/gmxlib/smalloc.c