Add GH issue IDs to all the suppress/disables that I left behind as they were a bit too challenging to solve with this giant PR

This commit is contained in:
Michael Niksa
2019-09-05 11:14:37 -07:00
parent d0c207bc9c
commit 96cc7727bc
5 changed files with 5 additions and 2 deletions

View File

@@ -1003,7 +1003,7 @@ const TextBuffer::TextAndColor TextBuffer::GetTextForClipboard(const bool lineSe
}
}
#pragma warning(suppress : 26444)
// TODO: figure out why there's custom construction/destruction happening here
// TODO GH 2675: figure out why there's custom construction/destruction happening here
it++;
}