mirror of
https://github.com/curl/curl.git
synced 2026-07-28 10:53:08 +03:00
lib517: make variable static to avoid compiler warning
... with clang on macos
This commit is contained in:
parent
d3db7bc72d
commit
a6b611f0d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue