gtkterm
gtkterm copied to clipboard
error: passing argument 1 of ‘write_buffer_with_func’ from incompatible pointer type
building the latest version (1.3.0) on archlinux I get the following error:
../src/files.c:400:48: error: passing argument 1 of ‘write_buffer_with_func’ from incompatible pointer type [-Wincompatible-pointer-types]
400 | write_buffer_with_func(write_ascii_file);
| ^~~~~~~~~~~~~~~~
| |
| void (*)(char *, unsigned int)
Same for me. Possible fix: https://github.com/wvdakker/gtkterm/pull/74
@ra1nb0w, issue should be fixed.
fixed. thank you!