diff options
| author | TheVice <[email protected]> | 2020-01-27 16:24:14 +0200 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-01-30 16:17:46 -0500 |
| commit | 58926046ca31df80b8806e64d9edd13b8dd503dd (patch) | |
| tree | 051f8bb0574719e980cb7b460c9fc6ff12694482 /c/main.c | |
| parent | 3c098eecc1c5a19adbfc1968e055d4cfadf64f0f (diff) | |
[MSVC] added possible to compile at Microsoft Visual C compiler.
[main.c] removed including of unistd.h from c/main.c file.
[blake3_avx2.c|blake3_avx512.c|blake3_sse41.c] resolved compile error:
'C4146' - applying of unary minus operator to the unsigned value.
Diffstat (limited to 'c/main.c')
| -rw-r--r-- | c/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> -#include <unistd.h> #include "blake3.h" #include "blake3_impl.h" |
