Skip to content

Commit 6fcf9a5

Browse files
authored
Update terminal_impl.cpp
Remove stupid warnings
1 parent 29a3a79 commit 6fcf9a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp-terminal/private/terminal_impl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515

1616
#if defined(_WIN32)
1717
#include <io.h>
18+
#pragma warning( push )
19+
#pragma warning( disable : 4101)
1820
#include <windows.h>
21+
#pragma warning( pop )
1922
#if !defined(ENABLE_VIRTUAL_TERMINAL_PROCESSING)
2023
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
2124
#endif

0 commit comments

Comments
 (0)