On 5/2/22 19:04, Paul Eggert wrote: > On 4/23/22 07:35, Bernhard Voelker wrote: >> lib/gettime-res.c:77:46: error: 'earlier.tv_sec' may be used uninitialized >> in this function \ >> [-Werror=maybe-uninitialized] > > Thanks for reporting that. Although the unnecessary initialization is > annoying, this time I'm not annoyed enough to complicate the code to > pacify GCC, so I installed the attached which follows your suggestion. > > This patch also lets GCC know that the numbers in question are all > positive which I suppose might help code generation. It also replaces a > U+00B5 MICRO SIGN with the recommended U+03BC GREEK SMALL LETTER MU.
Thanks!