Tweaks and fixes for Windows
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
2020-08-20 15:12:19 +02:00
parent a6bfac61a8
commit a5d5257420
4 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ typedef uint32_t level_int_t;
#elif LEVEL_U64
typedef uint64_t level_int_t;
#else
#warning Level size wasn't specified, falling back to uint8_t
#warning Level size was not specified, falling back to uint8_t
typedef uint8_t level_int_t;
#endif