You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/boxes/files/boxes-2.2.0-fix-clang16-bui...

16 lines
309 B

change function prototype to work with c2x standard. Build fails with clang16 without this
See: https://github.com/ascii-boxes/boxes/issues/106
--- a/src/remove.h
+++ b/src/remove.h
@@ -22,7 +22,7 @@
int remove_box();
-void output_input();
+void output_input(const int trim_only);
#endif /*REMOVE_H*/