From 7dd89c1cdcda16945610c4cdef89b5cdb2c183a8 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Mon, 1 May 2017 12:55:09 +0200 Subject: tests: declare TU-local variables static This fixes missing-variable-declarations warnings when building with clang. --- tests/unit/unit1396.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/unit1396.c') diff --git a/tests/unit/unit1396.c b/tests/unit/unit1396.c index 84a5162dd..f3275fdb6 100644 --- a/tests/unit/unit1396.c +++ b/tests/unit/unit1396.c @@ -21,7 +21,7 @@ ***************************************************************************/ #include "curlcheck.h" -CURL *hnd; +static CURL *hnd; static CURLcode unit_setup(void) { -- cgit v1.2.3