mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-19 13:39:31 +03:00
fix warning with exception specification
This commit is contained in:
parent
d894e5362f
commit
af52fa48ef
1 changed files with 1 additions and 1 deletions
2
src/os.c
2
src/os.c
|
@ -201,7 +201,7 @@ static void _mi_call_user_cleanup(void* p, size_t size)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void mi_register_user_cleanup(mi_cleanup_fun* cleanup, void* user_data)
|
void mi_register_user_cleanup(mi_cleanup_fun* cleanup, void* user_data) mi_attr_noexcept
|
||||||
{
|
{
|
||||||
(void)cleanup;
|
(void)cleanup;
|
||||||
(void)user_data;
|
(void)user_data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue