From 4791a76d26ffb65d56aa16f6b760aa1ee7abdc14 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Tue, 19 Aug 2014 07:53:57 -0700 Subject: [PATCH] Fix compiler warnings when UNW_DEBUG is enabled Newer versions of gcc complain when ALWAYS_INLINE is used without inline. --- include/libunwind_i.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/libunwind_i.h b/include/libunwind_i.h index 892e39c8..8fa94e23 100644 --- a/include/libunwind_i.h +++ b/include/libunwind_i.h @@ -274,10 +274,6 @@ do { \ } \ } while (0) # define Dprintf(format...) fprintf (stderr, format) -# ifdef __GNUC__ -# undef inline -# define inline UNUSED -# endif #else # define Debug(level,format...) # define Dprintf(format...)