Detect and suppress an additional gmtime() warning in test_util.c
commita63bd877608cc9892c58ca8addbe18f9f7eff468
authorNick Mathewson <nickm@torproject.org>
Mon, 8 Apr 2019 21:02:14 +0000 (8 17:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Apr 2019 21:02:14 +0000 (8 17:02 -0400)
tree60395f801ef424f842ca0e966595fc29d9394c45
parent3b9e3cca94dbeb083bfd64dfd4eb22a905cd2748
Detect and suppress an additional gmtime() warning in test_util.c

Fixes bug 29922; bugfix on 0.2.9.3-alpha when we tried to capture
all these warnings.  No need to backport any farther than 0.3.5,
though -- these warnings don't cause test failures before then.

This one was tricky to find because apparently it only happened on
_some_ windows builds.
changes/bug29922 [new file with mode: 0644]
src/test/test_util.c