emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 2e8cc206f52 1/2: Avoid backwards clock in movemail timestamps


From: Andreas Schwab
Subject: Re: master 2e8cc206f52 1/2: Avoid backwards clock in movemail timestamps
Date: Wed, 22 Mar 2023 09:34:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

movemail.c: In function ‘mbx_delimit_begin’:
movemail.c:849:16: warning: implicit declaration of function ‘current_timespec’ 
[-Wimplicit-function-declaration]
   time_t now = current_timespec ().tv_sec;
                ^~~~~~~~~~~~~~~~
movemail.c:849:35: error: request for member ‘tv_sec’ in something not a 
structure or union
   time_t now = current_timespec ().tv_sec;
                                   ^

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]