diff --git a/src/memuse.h b/src/memuse.h index 0a63b413316199e59ca9071fa2180200c33e40f2..5883e68684fdb6f54925c65fb66174ce8f4f1f80 100644 --- a/src/memuse.h +++ b/src/memuse.h @@ -50,8 +50,8 @@ void memuse_log_allocation(const char *label, void *ptr, int allocated, * * @param memptr pointer to the memory that will leak. */ -__attribute__((always_inline)) inline void swift_ignore_leak(const void - *memptr) { +__attribute__((always_inline)) inline void swift_ignore_leak( + const void *memptr) { __lsan_ignore_object(memptr); } #else