mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
lib655: silence compiler warning
Closes https://github.com/curl/curl/pull/2335
This commit is contained in:
parent
7e35eb7729
commit
a1d78ffc8d
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
const char TEST_DATA_STRING[] = "Test data";
|
static const char TEST_DATA_STRING[] = "Test data";
|
||||||
static int cb_count = 0;
|
static int cb_count = 0;
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user