From a1d78ffc8d568c85d1088e05c585dc211f7ca05b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 23 Feb 2018 23:57:15 +0000 Subject: lib655: silence compiler warning Closes https://github.com/curl/curl/pull/2335 --- tests/libtest/lib655.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') diff --git a/tests/libtest/lib655.c b/tests/libtest/lib655.c index 7ee12a3f7..f87191598 100644 --- a/tests/libtest/lib655.c +++ b/tests/libtest/lib655.c @@ -23,7 +23,7 @@ #include "memdebug.h" -const char TEST_DATA_STRING[] = "Test data"; +static const char TEST_DATA_STRING[] = "Test data"; static int cb_count = 0; static int -- cgit v1.2.3