Commit ebdb12ab authored by twanvl's avatar twanvl

warning fixes for win32-cli-wrapper

parent 0f8875d5
...@@ -265,7 +265,6 @@ void InitEscapeTranslation(HANDLE console) { ...@@ -265,7 +265,6 @@ void InitEscapeTranslation(HANDLE console) {
/// Cleanup for escape translation: put things back to normal /// Cleanup for escape translation: put things back to normal
void FinishEscapeTranslation(HANDLE console) { void FinishEscapeTranslation(HANDLE console) {
CONSOLE_SCREEN_BUFFER_INFO screen_buffer;
SetConsoleTextAttribute(console, original_attributes); SetConsoleTextAttribute(console, original_attributes);
} }
......
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="4" WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
/> />
<Tool <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