-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am unable to compile the software from source with this error:
src/buffer_file_wrapper.c: In function ‘getBX’:
src/buffer_file_wrapper.c:94:47: warning: array subscript has type ‘char’ [-Wchar-subscripts]
94 | res = res*5 + nt4_table[(*ptr)[0]];
| ~~~~~~^~~
src/buffer_file_wrapper.c: In function ‘check_data’:
src/buffer_file_wrapper.c:122:31: error: passing argument 1 of ‘skipBXZ’ from incompatible pointer type [-Wincompatible-pointer-types]
122 | sz -= skipBXZ(&ptr);
| ^~~~
| |
| const void **
compilation terminated due to -Wfatal-errors.
make: *** [<builtin>: src/buffer_file_wrapper.o] Error 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels