summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CampaignSaveGame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CampaignSaveGame.cpp')
-rw-r--r--Stars45/CampaignSaveGame.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Stars45/CampaignSaveGame.cpp b/Stars45/CampaignSaveGame.cpp
index 8320259..c3cefd4 100644
--- a/Stars45/CampaignSaveGame.cpp
+++ b/Stars45/CampaignSaveGame.cpp
@@ -125,11 +125,13 @@ static char* ParseMultiLine(const char* s)
s++;
if (*s == 'n') {
*p++ = '\n';
+#pragma warning(suppress: 6269)
*s++;
i--;
}
else if (*s == '"') {
*p++ = '"';
+#pragma warning(suppress: 6269)
*s++;
i--;
}