Skip to content
Snippets Groups Projects
Commit e6faf15a authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Formatting

parent b081bc1f
No related branches found
No related tags found
3 merge requests!1792Karapiperis/better mhd speeds treatment,!1790Mhd canvas sid,!1785Added function to calculate magnetosonic speed
...@@ -50,8 +50,8 @@ void memuse_log_allocation(const char *label, void *ptr, int allocated, ...@@ -50,8 +50,8 @@ void memuse_log_allocation(const char *label, void *ptr, int allocated,
* *
* @param memptr pointer to the memory that will leak. * @param memptr pointer to the memory that will leak.
*/ */
__attribute__((always_inline)) inline void swift_ignore_leak(const void __attribute__((always_inline)) inline void swift_ignore_leak(
*memptr) { const void *memptr) {
__lsan_ignore_object(memptr); __lsan_ignore_object(memptr);
} }
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment