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