Index: runtime/src/thirdparty/ittnotify/ittnotify.h =================================================================== --- runtime/src/thirdparty/ittnotify/ittnotify.h +++ runtime/src/thirdparty/ittnotify/ittnotify.h @@ -177,11 +177,7 @@ * For functions declared inline, this attribute inlines the function even * if no optimization level was specified. */ -#ifdef __STRICT_ANSI__ -#define ITT_INLINE static -#else /* __STRICT_ANSI__ */ #define ITT_INLINE static inline -#endif /* __STRICT_ANSI__ */ #define ITT_INLINE_ATTRIBUTE __attribute__ ((always_inline, unused)) #endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */ /** @endcond */ Index: runtime/src/thirdparty/ittnotify/ittnotify_config.h =================================================================== --- runtime/src/thirdparty/ittnotify/ittnotify_config.h +++ runtime/src/thirdparty/ittnotify/ittnotify_config.h @@ -111,11 +111,7 @@ * For functions declared inline, this attribute inlines the function even * if no optimization level was specified. */ -#ifdef __STRICT_ANSI__ -#define ITT_INLINE static -#else /* __STRICT_ANSI__ */ #define ITT_INLINE static inline -#endif /* __STRICT_ANSI__ */ #define ITT_INLINE_ATTRIBUTE __attribute__ ((always_inline, unused)) #endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */ /** @endcond */ Index: runtime/src/thirdparty/ittnotify/legacy/ittnotify.h =================================================================== --- runtime/src/thirdparty/ittnotify/legacy/ittnotify.h +++ runtime/src/thirdparty/ittnotify/legacy/ittnotify.h @@ -116,11 +116,7 @@ * For functions declared inline, this attribute inlines the function even * if no optimization level was specified. */ -#ifdef __STRICT_ANSI__ -#define ITT_INLINE static -#else /* __STRICT_ANSI__ */ #define ITT_INLINE static inline -#endif /* __STRICT_ANSI__ */ #define ITT_INLINE_ATTRIBUTE __attribute__ ((always_inline, unused)) #endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */ /** @endcond */