mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
fix msvc warnings at level 4
This commit is contained in:
parent
6c91c75b14
commit
faca422b71
4 changed files with 23 additions and 15 deletions
|
@ -458,7 +458,7 @@ bool _mi_preloading(void) {
|
|||
return os_preloading;
|
||||
}
|
||||
|
||||
bool mi_is_redirected(void) mi_attr_noexcept {
|
||||
mi_decl_nodiscard bool mi_is_redirected(void) mi_attr_noexcept {
|
||||
return mi_redirected;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue