diff options
author | daan <daanl@outlook.com> | 2020-02-02 15:43:13 -0800 |
---|---|---|
committer | daan <daanl@outlook.com> | 2020-02-02 15:43:13 -0800 |
commit | 865965b8c0c83674018be95b9bfdd65a4d2f7d2e (patch) | |
tree | 930d7b08555318335b8d4795cd2409516d943fb7 /src/alloc-posix.c | |
parent | 4a5f3592c064e00ea1378732ab91b6bd2ebcaf04 (diff) |
fix warnings under clang-cl
Diffstat (limited to 'src/alloc-posix.c')
-rw-r--r-- | src/alloc-posix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc-posix.c b/src/alloc-posix.c index 505e42e..234c39a 100644 --- a/src/alloc-posix.c +++ b/src/alloc-posix.c @@ -9,7 +9,6 @@ terms of the MIT license. A copy of the license can be found in the file // mi prefixed publi definitions of various Posix, Unix, and C++ functions // for convenience and used when overriding these functions. // ------------------------------------------------------------------------ - #include "mimalloc.h" #include "mimalloc-internal.h" |