summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArun Sharma <arun@sharma-home.net>2014-08-19 07:53:57 -0700
committerArun Sharma <arun@sharma-home.net>2014-08-19 07:53:57 -0700
commit4791a76d26ffb65d56aa16f6b760aa1ee7abdc14 (patch)
tree128044516e5cd3b797236c679edb85eea51f3c0c /include
parent9e0d6b1e087d989269829dae64a16ec7432faadf (diff)
downloadlibunwind-4791a76d26ffb65d56aa16f6b760aa1ee7abdc14.tar.gz
Fix compiler warnings when UNW_DEBUG is enabled
Newer versions of gcc complain when ALWAYS_INLINE is used without inline.
Diffstat (limited to 'include')
-rw-r--r--include/libunwind_i.h4
1 files changed, 0 insertions, 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...)