summaryrefslogtreecommitdiff
path: root/app-misc/boxes/files/boxes-2.2.0-fix-clang16-build.patch
blob: 38be8e1ede8136b97e67d584230835b1cc7e4fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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*/