http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51391
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-03 03:14:27 UTC --- The warnings are correct. You declared some functions as inline but they are not being inlined because optimization is not turned on (that is -fno-inline).