diff options
author | Sascha Cunz <Sascha@BabbelBox.org> | 2012-11-19 04:48:40 +0100 |
---|---|---|
committer | Sascha Cunz <Sascha@BabbelBox.org> | 2012-11-19 21:07:13 +0100 |
commit | 4a03913cfb9d37455dd51cc9d342cde8dbccd742 (patch) | |
tree | a4b215bc6cf7fcd36de67657a579056fa8973c3f /tests-clar/diff/blob.c | |
parent | 560cc1e1ed0fb29679c32434490446bb6fd5dc17 (diff) | |
download | libgit2-4a03913cfb9d37455dd51cc9d342cde8dbccd742.tar.gz |
VS-Build: Disable /W4 parameter, as it is not picked up anyway
My other PR revealed, that the /W4 parameter, we give to MSVC is ignored
because cmake set CMAKE_C_FLAGS already to /W3 and we overwrite it.
The command line tools gave me a D9025 warning for this on every file and
looking into the project properties page on MSVC 2008 tells, that it has
the warning level set to /W3.
However, the warnings introduced by /W4 are far to useless for having
them enabled. So just disable them.
Diffstat (limited to 'tests-clar/diff/blob.c')
0 files changed, 0 insertions, 0 deletions