mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -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"
|
||||
|
||||
const char TEST_DATA_STRING[] = "Test data";
|
||||
static const char TEST_DATA_STRING[] = "Test data";
|
||||
static int cb_count = 0;
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user