]> granicus.if.org Git - libvpx/commitdiff
Unbreak the force inline directive for gcc
authorLuca Barbato <lu_zero@gentoo.org>
Mon, 28 May 2018 14:11:17 +0000 (16:11 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 3 Jun 2018 15:00:51 +0000 (17:00 +0200)
Change-Id: I97d26285ec146628cbafd3573ca812c630c6687d

vpx/vpx_integer.h

index 09bad9222d4356df00036475267705d83659f4d5..63417ce2c4a6cc4bddbbceaf1caa56b99012d932 100644 (file)
@@ -18,7 +18,7 @@
 #define VPX_FORCE_INLINE __forceinline
 #define VPX_INLINE __inline
 #else
-#define VPX_FORCE_INLINE __inline__ __attribute__(always_inline)
+#define VPX_FORCE_INLINE __inline__ __attribute__((always_inline))
 // TODO(jbb): Allow a way to force inline off for older compilers.
 #define VPX_INLINE inline
 #endif