Commit 68e34ab1 authored by Vasil Dimov's avatar Vasil Dimov

Silence a GCC warning about reaching the end of non-void func

Spotted by:	Marko
parent 7535f1ee
......@@ -1012,8 +1012,8 @@ trx_i_s_common_fill_table(
deadlock occurs between the mysqld server and mysql client,
see http://bugs.mysql.com/29900 ; when that bug is resolved
we can enable the DBUG_RETURN(ret) above */
DBUG_RETURN(0);
ret++; // silence a gcc46 warning
DBUG_RETURN(0);
#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