From: Nick Mathewson Date: Mon, 19 May 2025 01:22:11 +0000 (-0400) Subject: Fix another gcc 15 warning in 0.4.9. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e5aa573adf80a8c1cadaad9375b65eefbc271f;p=thirdparty%2Ftor.git Fix another gcc 15 warning in 0.4.9. --- diff --git a/src/test/test_circuitbuild.c b/src/test/test_circuitbuild.c index 4db86d4423..3448bb0180 100644 --- 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