commit a0e5aa573adf80a8c1cadaad9375b65eefbc271f
parent 34c2daf3ca23a7d8cd31a7757ea5a17aa98aad5b
Author: Nick Mathewson <nickm@torproject.org>
Date: Sun, 18 May 2025 21:22:11 -0400
Fix another gcc 15 warning in 0.4.9.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_circuitbuild.c b/src/test/test_circuitbuild.c
@@ -1295,7 +1295,7 @@ test_circuit_extend(void *arg)
setup_full_capture_of_logs(LOG_INFO);
msg->command = RELAY_COMMAND_EXTEND2;
- uint8_t body[3] = "xyz";
+ NONSTRING uint8_t body[3] = "xyz";
msg->body = body;
#ifndef ALL_BUGS_ARE_FATAL