gtkterm icon indicating copy to clipboard operation
gtkterm copied to clipboard

error: passing argument 1 of ‘write_buffer_with_func’ from incompatible pointer type

Open ra1nb0w opened this issue 9 months ago • 2 comments

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)

ra1nb0w avatar May 13 '24 12:05 ra1nb0w

Same for me. Possible fix: https://github.com/wvdakker/gtkterm/pull/74

ne0h avatar May 13 '24 20:05 ne0h

@ra1nb0w, issue should be fixed.

ne0h avatar May 14 '24 05:05 ne0h

fixed. thank you!

ra1nb0w avatar Jul 25 '24 06:07 ra1nb0w