Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user