Commit 141a75fa authored by Sergei Golubchik's avatar Sergei Golubchik

bug#41963 Maria: error_simulation and subselect_debug fail

added a missing DBUG_VOID_RETURN
parent 5a6a6c2e
......@@ -7189,6 +7189,7 @@ static void init_signal_handling(void)
#endif
sigaction(SIGILL, &sa, NULL);
sigaction(SIGFPE, &sa, NULL);
DBUG_VOID_RETURN;
}
#endif /* !__WIN__ */
......
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