summaryrefslogtreecommitdiff
path: root/devel/lace/files/patch-benchmarks_fib_fib-lace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lace/files/patch-benchmarks_fib_fib-lace.cpp')
-rw-r--r--devel/lace/files/patch-benchmarks_fib_fib-lace.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/lace/files/patch-benchmarks_fib_fib-lace.cpp b/devel/lace/files/patch-benchmarks_fib_fib-lace.cpp
new file mode 100644
index 000000000000..b288f60b8ec9
--- /dev/null
+++ b/devel/lace/files/patch-benchmarks_fib_fib-lace.cpp
@@ -0,0 +1,11 @@
+--- benchmarks/fib/fib-lace.cpp.orig 2025-05-23 10:53:18 UTC
++++ benchmarks/fib/fib-lace.cpp
+@@ -35,7 +35,7 @@ int main(int argc, char **argv)
+ int workers = 1;
+ int dqsize = 100000;
+
+- char c;
++ signed char c;
+ while ((c=getopt(argc, argv, "w:q:h")) != -1) {
+ switch (c) {
+ case 'w':