Unverified Commit a6b611f0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

lib517: make variable static to avoid compiler warning

... with clang on macos
parent d3db7bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },