diff options
author | David Cole <david.cole@kitware.com> | 2008-07-31 16:54:09 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2008-07-31 16:54:09 (GMT) |
commit | e1ac9227a0f2ee979fe3b4b69d6502e8fb00c6c9 (patch) | |
tree | 10e6b8eac62b53167b94e502e162879fdebd4adc /Source/cmLocalVisualStudio7Generator.cxx | |
parent | f059ebff692930572562ad03df17ca8e3f686ef9 (diff) | |
download | CMake-e1ac9227a0f2ee979fe3b4b69d6502e8fb00c6c9.zip CMake-e1ac9227a0f2ee979fe3b4b69d6502e8fb00c6c9.tar.gz CMake-e1ac9227a0f2ee979fe3b4b69d6502e8fb00c6c9.tar.bz2 |
BUG: Fix issue #5773 - add table entry to map /W0 to WarningLevel="0"
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 2580047..088116b 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -399,6 +399,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] = {"StructMemberAlignment", "Zp2", "struct align 2 byte ", "2", 0}, {"StructMemberAlignment", "Zp4", "struct align 4 byte ", "3", 0}, {"StructMemberAlignment", "Zp8", "struct align 8 byte ", "4", 0}, + {"WarningLevel", "W0", "Warning level", "0", 0}, {"WarningLevel", "W1", "Warning level", "1", 0}, {"WarningLevel", "W2", "Warning level", "2", 0}, {"WarningLevel", "W3", "Warning level", "3", 0}, |