mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:31:40 +03:00
lib655: silence compiler warning
Closes https://github.com/curl/curl/pull/2335
This commit is contained in:
parent
7e35eb7729
commit
a1d78ffc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue