From a6d9a5a972595c898e596deb95eb683430621188 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 5 Sep 2011 19:27:21 +0000 Subject: Code cleanup: warning fixes. --- source/blender/blenlib/BLI_math_inline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/BLI_math_inline.h b/source/blender/blenlib/BLI_math_inline.h index 0f8493e25a6..122b2679d5b 100644 --- a/source/blender/blenlib/BLI_math_inline.h +++ b/source/blender/blenlib/BLI_math_inline.h @@ -45,7 +45,7 @@ extern "C" { #define MALWAYS_INLINE MINLINE #else #define MINLINE static inline -#define MALWAYS_INLINE static __attribute__((always_inline)) +#define MALWAYS_INLINE static inline __attribute__((always_inline)) #endif #else #define MINLINE -- cgit v1.2.3