Bug#27597 mysqld-debug broken

 - "on" -> "restore" to avoid warning in MSVC when compiling with debug
parent 80a2d47b
......@@ -286,7 +286,7 @@ int handle_rtc_failure(int err_type, const char *file, int line,
return 0; /* Error is handled */
}
#pragma runtime_checks("", on)
#pragma runtime_checks("", restore)
#endif
......
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