summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2018-02-23 23:57:15 +0000
committerViktor Szakats <vszakats@users.noreply.github.com>2018-02-23 23:57:27 +0000
commita1d78ffc8d568c85d1088e05c585dc211f7ca05b (patch)
tree07c9ea78283e09436e163e7ca49fa13e5540347f
parent7e35eb77292fe6464889ddc8329c6a64136f969d (diff)
downloadcurl-a1d78ffc8d568c85d1088e05c585dc211f7ca05b.tar.gz
lib655: silence compiler warning
Closes https://github.com/curl/curl/pull/2335
-rw-r--r--tests/libtest/lib655.c2
1 files changed, 1 insertions, 1 deletions
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