summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-02-24 23:07:46 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-02-24 23:07:46 +0100
commitdf6c2d7c36d15d4328150aa841f744a39d18ddcf (patch)
tree8223ec9a68fe5e795c833d2414b3eebb3cfca619
parente7aa1b128d45d47b225cd32b10e542bd68d2e769 (diff)
downloadcurl-bagder/let-werror-propagate-to-tests-and-examples.tar.gz
-rw-r--r--tests/unit/unit1607.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit1607.c b/tests/unit/unit1607.c
index 3e53d4d20..b1760d2c0 100644
--- a/tests/unit/unit1607.c
+++ b/tests/unit/unit1607.c
@@ -28,7 +28,7 @@
#include "memdebug.h" /* LAST include file */
static struct Curl_easy *easy;
-struct curl_hash *hostcache;
+static struct curl_hash *hostcache;
static CURLcode unit_setup(void)
{