Explorar el Código

Avoid spurious gcc warning

bel2125 hace 8 años
padre
commit
65e8cda646
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -7698,7 +7698,7 @@ static void
 addenv(struct cgi_environment *env, const char *fmt, ...)
 {
 	size_t n, space;
-	int truncated;
+	int truncated = 0;
 	char *added;
 	va_list ap;