summaryrefslogtreecommitdiffstats
path: root/meta/recipes-benchmark/bonnie++/bonnie++/bonnie++_avoid_build_err.patch
blob: 44cfff217cf268a0dffeacb55ce746526dfb255e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/bonnie++.cpp	2015-02-05 16:26:02.783816592 +0100
+++ b/bonnie++.cpp	2015-02-05 16:25:41.408724623 +0100
@@ -162,6 +162,8 @@
 #endif
 		     )
   {
+    (void)sig;
+    (void)unused;
     if(SIGNAL_NUMBER == SIGXCPU)
       fprintf(stderr, "Exceeded CPU usage.\n");
     else if(SIGNAL_NUMBER == SIGXFSZ)