diff options
Diffstat (limited to 'Source/cmVS140CLFlagTable.h')
-rw-r--r-- | Source/cmVS140CLFlagTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVS140CLFlagTable.h b/Source/cmVS140CLFlagTable.h index 2b89042..25ac14b 100644 --- a/Source/cmVS140CLFlagTable.h +++ b/Source/cmVS140CLFlagTable.h @@ -236,5 +236,5 @@ static cmVS7FlagTable cmVS140CLFlagTable[] = { // Skip [XMLDocumentationFileName] - no command line Switch. // Skip [BrowseInformationFile] - no command line Switch. // Skip [AdditionalOptions] - no command line Switch. - { 0, 0, 0, 0, 0 } + { "", "", "", "", 0 } }; |