mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Use the most recent versions in ConanCenter. * Due to a bug in Clang 16, you may get a compile error: "call to 'async_teardown' is ambiguous" * A compiler flag workaround is documented in `BUILD.md`. * At this time, building this with gcc 13 may require editing some files in `.conan/data` * A patch to support gcc13 may be added in a later PR. --------- Co-authored-by: Scott Schurr <scott@ripple.com>
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
|