BUG: Fix issue #5773 - add table entry to map /W0 to WarningLevel="0"

This commit is contained in:
David Cole 2008-07-31 12:54:09 -04:00
parent f059ebff69
commit e1ac9227a0
1 changed files with 1 additions and 0 deletions

View File

@ -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},