mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:03:36 +03:00
tests: declare TU-local variables static
This fixes missing-variable-declarations warnings when building with clang.
This commit is contained in:
parent
c3513f7e83
commit
7dd89c1cdc
7 changed files with 19 additions and 19 deletions
|
|
@ -21,7 +21,7 @@
|
|||
***************************************************************************/
|
||||
#include "curlcheck.h"
|
||||
|
||||
CURL *hnd;
|
||||
static CURL *hnd;
|
||||
|
||||
static CURLcode unit_setup(void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "urldata.h"
|
||||
#include "curl_ntlm_core.h"
|
||||
|
||||
CURL *easy;
|
||||
static CURL *easy;
|
||||
|
||||
static CURLcode unit_setup(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue