diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-02-23 23:57:15 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-02-23 23:57:27 +0000 |
commit | a1d78ffc8d568c85d1088e05c585dc211f7ca05b (patch) | |
tree | 07c9ea78283e09436e163e7ca49fa13e5540347f /tests/libtest/lib655.c | |
parent | 7e35eb77292fe6464889ddc8329c6a64136f969d (diff) | |
download | curl-a1d78ffc8d568c85d1088e05c585dc211f7ca05b.tar.gz |
lib655: silence compiler warning
Closes https://github.com/curl/curl/pull/2335
Diffstat (limited to 'tests/libtest/lib655.c')
-rw-r--r-- | tests/libtest/lib655.c | 2 |
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 |