We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcf9a5 commit 012bf99Copy full SHA for 012bf99
cpp-terminal/private/terminal_impl.cpp
@@ -16,7 +16,7 @@
16
#if defined(_WIN32)
17
#include <io.h>
18
#pragma warning( push )
19
- #pragma warning( disable : 4101)
+ #pragma warning( disable : 4668)
20
#include <windows.h>
21
#pragma warning( pop )
22
#if !defined(ENABLE_VIRTUAL_TERMINAL_PROCESSING)
0 commit comments