소스 검색

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

David Cole 17 년 전
부모
커밋
e1ac9227a0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Source/cmLocalVisualStudio7Generator.cxx

+ 1 - 0
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},