Commit ebdb12ab authored by twanvl's avatar twanvl

warning fixes for win32-cli-wrapper

parent 0f8875d5
......@@ -265,7 +265,6 @@ void InitEscapeTranslation(HANDLE console) {
/// Cleanup for escape translation: put things back to normal
void FinishEscapeTranslation(HANDLE console) {
CONSOLE_SCREEN_BUFFER_INFO screen_buffer;
SetConsoleTextAttribute(console, original_attributes);
}
......
......@@ -48,7 +48,6 @@
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment