We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023c401 commit 27f61d0Copy full SHA for 27f61d0
1 file changed
tools/parse_emit.cpp
@@ -23,6 +23,7 @@ c4::csubstr jmp_msg = {};
23
24
C4_SUPPRESS_WARNING_GCC_CLANG_WITH_PUSH("-Wold-style-cast")
25
C4_SUPPRESS_WARNING_GCC("-Wuseless-cast")
26
+C4_SUPPRESS_WARNING_MSVC_WITH_PUSH(4996) // This function or variable may be unsafe
27
28
29
//-----------------------------------------------------------------------------
@@ -355,3 +356,4 @@ int main(int argc, const char *argv[])
355
356
}
357
358
C4_SUPPRESS_WARNING_GCC_CLANG_POP
359
+C4_SUPPRESS_WARNING_MSVC_POP
0 commit comments