fix msvc warnings at level 4

This commit is contained in:
Daan Leijen 2022-04-09 14:48:30 -07:00
parent 6c91c75b14
commit faca422b71
4 changed files with 23 additions and 15 deletions

View file

@ -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;
}