Suppress last two errors (C26455 default constructor throw in DxEngine because it's due for refactoring soon anyway & C26444 custom construction/destruction on OutputCellIterator because I can't see what's going on and it needs more investigation and shouldn't hold this up). Also run codeformat.

This commit is contained in:
Michael Niksa
2019-09-03 16:18:19 -07:00
parent 4204733c34
commit 6735311fc9
19 changed files with 48 additions and 43 deletions

View File

@@ -1002,6 +1002,8 @@ const TextBuffer::TextAndColor TextBuffer::GetTextForClipboard(const bool lineSe
selectionBkAttr.push_back(CellBkAttr);
}
}
#pragma warning(suppress : 26444)
// TODO: figure out why there's custom construction/destruction happening here
it++;
}