tests: declare TU-local variables static

This fixes missing-variable-declarations warnings when building with
clang.
This commit is contained in:
Marcel Raad 2017-05-01 12:55:09 +02:00
parent c3513f7e83
commit 7dd89c1cdc
No known key found for this signature in database
GPG key ID: B4668817AE6D6CD4
7 changed files with 19 additions and 19 deletions

View file

@ -21,7 +21,7 @@
***************************************************************************/
#include "curlcheck.h"
CURL *hnd;
static CURL *hnd;
static CURLcode unit_setup(void)
{

View file

@ -24,7 +24,7 @@
#include "urldata.h"
#include "curl_ntlm_core.h"
CURL *easy;
static CURL *easy;
static CURLcode unit_setup(void)
{