1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

lib517: make variable static to avoid compiler warning

... with clang on macos
This commit is contained in:
Daniel Stenberg 2018-01-26 16:50:32 +01:00
parent d3db7bc72d
commit a6b611f0d0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 },