mirror of
https://github.com/curl/curl.git
synced 2025-09-18 18:12:49 +03:00
lib517: make variable static to avoid compiler warning
... with clang on macos
This commit is contained in:
parent
d3db7bc72d
commit
a6b611f0d0
|
@ -28,7 +28,7 @@ struct dcheck {
|
||||||
time_t output;
|
time_t output;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct dcheck dates[] = {
|
static struct dcheck dates[] = {
|
||||||
{"Sun, 06 Nov 1994 08:49:37 GMT", 784111777 },
|
{"Sun, 06 Nov 1994 08:49:37 GMT", 784111777 },
|
||||||
{"Sunday, 06-Nov-94 08:49:37 GMT", 784111777 },
|
{"Sunday, 06-Nov-94 08:49:37 GMT", 784111777 },
|
||||||
{"Sun Nov 6 08:49:37 1994", 784111777 },
|
{"Sun Nov 6 08:49:37 1994", 784111777 },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user