mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 22:45:03 -05: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;
|
||||
};
|
||||
|
||||
struct dcheck dates[] = {
|
||||
static struct dcheck dates[] = {
|
||||
{"Sun, 06 Nov 1994 08:49:37 GMT", 784111777 },
|
||||
{"Sunday, 06-Nov-94 08:49:37 GMT", 784111777 },
|
||||
{"Sun Nov 6 08:49:37 1994", 784111777 },
|
||||
|
Loading…
Reference in New Issue
Block a user