aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/unit1607.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-02-23 23:35:23 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-03-04 19:46:26 +0100
commit8b0b1a30881590e70082784e16f3c2c66d88b218 (patch)
treece286b6ee193d73373f95d92fd5230fb788529e0 /tests/unit/unit1607.c
parent68d84cfe984e7d0483fad14fdd7deef4bf67de1b (diff)
build: get CFLAGS (including -werror) used for examples and tests
... so that the CI and more detects compiler warnings/errors properly! Closes #2337
Diffstat (limited to 'tests/unit/unit1607.c')
-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 135030cac..71c59939b 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 void unit_stop(void)
{