summaryrefslogtreecommitdiff
path: root/timehint.c
diff options
context:
space:
mode:
Diffstat (limited to 'timehint.c')
-rw-r--r--timehint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timehint.c b/timehint.c
index 8e6faa63..7db0d008 100644
--- a/timehint.c
+++ b/timehint.c
@@ -324,7 +324,7 @@ static void chrony_send(struct gps_device_t *session, struct timedelta_t *td)
* GPS emits leap pending for 3 months prior to insertion
* NTP expects leap pending for only 1 month prior to insertion
* Per http://bugs.ntp.org/1090 */
- (void)gmtime_r( &(td->real.tv_sec), &tm);
+ /*@i2@*/(void)gmtime_r( &(td->real.tv_sec), &tm);
if ( 5 != tm.tm_mon && 11 != tm.tm_mon ) {
/* Not june, not December, no way */
leap_notify = LEAP_NOWARNING;