Commit 11a3945e authored by Vasil Dimov's avatar Vasil Dimov

(i_s.cc:1111) Bug#55227 Fix compiler warnings in innodb with gcc 4.6

parent 86d0e51a
...@@ -1193,6 +1193,7 @@ trx_i_s_common_fill_table( ...@@ -1193,6 +1193,7 @@ trx_i_s_common_fill_table(
see http://bugs.mysql.com/29900 ; when that bug is resolved see http://bugs.mysql.com/29900 ; when that bug is resolved
we can enable the DBUG_RETURN(ret) above */ we can enable the DBUG_RETURN(ret) above */
DBUG_RETURN(0); DBUG_RETURN(0);
ret++; // silence a gcc46 warning
#endif #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