Skip to content

Commit

Permalink
fixup: MSVC compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 19, 2018
1 parent 2b5ee0d commit 7dd1829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/libtest/lib517.c
Expand Up @@ -56,7 +56,7 @@ struct dcheck dates[] = {
{"Sat, 15-Apr-17 21:01:22 GMT", 1492290082 },
{"Thu, 19-Apr-2007 16:00:00 GMT", 1176998400 },
{"Wed, 25 Apr 2007 21:02:13 GMT", 1177534933 },
{"Thu, 19/Apr\2007 16:00:00 GMT", 1176998400 },
{"Thu, 19/Apr\\2007 16:00:00 GMT", 1176998400 },
{"Fri, 1 Jan 2010 01:01:50 GMT", 1262307710 },
{"Wednesday, 1-Jan-2003 00:00:00 GMT", 1041379200 },
{", 1-Jan-2003 00:00:00 GMT", 1041379200 },
Expand Down Expand Up @@ -125,7 +125,7 @@ struct dcheck dates[] = {
#if SIZEOF_TIME_T > 4
{"Sun, 06 Nov 2044 08:49:37 GMT", 2362034977 },
{"Sun, 06 Nov 3144 08:49:37 GMT", 37074617377 },
{"Sun, 06 Nov 1900 08:49:37 GMT", -2182259423 },
{"Sun, 06 Nov 1900 08:49:37 GMT", (time_t) -2182259423 },
{"Sun, 06 Nov 1800 08:49:37 GMT", -5337933023 },
{"Thu, 01-Jan-1583 00:00:00 GMT", -12212553600 },
{"Thu, 01-Jan-1499 00:00:00 GMT", -1 },
Expand Down

0 comments on commit 7dd1829

Please sign in to comment.