Cppcheck warns us here: "Unused variable: buf" and rightfully so. --- src/sysdeps/trysplice.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/sysdeps/trysplice.c b/src/sysdeps/trysplice.c
index 6b566b8..a408f13 100644
--- a/src/sysdeps/trysplice.c
+++ b/src/sysdeps/trysplice.c
@@ -10,7 +10,6 @@
int main (void)
{
- char buf[N] ;
int p[2] ;
int fd ;
if (pipe(p) < 0) return 111 ;
--
2.1.4
