shithub: front

Download patch

ref: a1b80da11f980c4be899a50e620b5140521146e9
parent: 14c36f2b16fa9ff0c9ddee31eee4bdf9dff678c7
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Nov 15 23:24:14 EST 2024

sdodin: fix set but not used warning

--- a/sys/src/9/pc/sdodin.c
+++ b/sys/src/9/pc/sdodin.c
@@ -2807,7 +2807,6 @@
 	int *v;
 
 	f = cmd->f;
-	v = 0;
 	if(strcmp(f[0], "debug") == 0)
 		v = &debug;
 	else if(strcmp(f[0], "idprint") == 0)
--