DescriptionFix GCC 4.7 warnings about always_inline
The 'always_inline' GCC attribute doesn't imply 'inline'. Recent
versions of GCC 4.6+ will dump the following warning when building
libvpx due to this:
warning: always_inline function might not be inlinable [-Wattributes]
This patch fixes the definition of INLINE to get rid of the warnings
and ensure the functions are effectively always inlined.
See http://gcc.gnu.org/onlinedocs/gcc/Inline.html
BUG=NONE
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|