mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-18 17:45:48 +00:00
14 lines
428 B
Diff
14 lines
428 B
Diff
diff --git a/snappy-stubs-internal.h b/snappy-stubs-internal.h
|
|
index 1548ed7..3b4a9f3 100644
|
|
--- a/snappy-stubs-internal.h
|
|
+++ b/snappy-stubs-internal.h
|
|
@@ -100,7 +100,7 @@
|
|
|
|
// Inlining hints.
|
|
#if HAVE_ATTRIBUTE_ALWAYS_INLINE
|
|
-#define SNAPPY_ATTRIBUTE_ALWAYS_INLINE __attribute__((always_inline))
|
|
+#define SNAPPY_ATTRIBUTE_ALWAYS_INLINE
|
|
#else
|
|
#define SNAPPY_ATTRIBUTE_ALWAYS_INLINE
|
|
#endif // HAVE_ATTRIBUTE_ALWAYS_INLINE
|