shithub: scc

Download patch

ref: db7877e7b5317f8c3fef848096fbffd498f4eb69
parent: 95552e35a889ea98c511ffc72ebc62d9fd48121a
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Apr 6 17:37:42 EDT 2022

cc1: Remove unused variable in expandarg()

--- a/src/cmd/cc/cc1/cpp.c
+++ b/src/cmd/cc/cc1/cpp.c
@@ -181,7 +181,7 @@
 static int
 expandarg(char *arg, char *buf, int bufsiz)
 {
-	int siz, n;
+	int siz;
 	char *s = buf;
 
 	addinput(IPARAM, arg, FAIL);