mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 20:45:07 -05:00
refclock: fix compiler warning on FreeBSD
This commit is contained in:
@@ -147,7 +147,7 @@ static int pps_poll(RCL_Instance instance)
|
|||||||
|
|
||||||
if (seq == pps->last_seq || UTI_IsZeroTimespec(&ts)) {
|
if (seq == pps->last_seq || UTI_IsZeroTimespec(&ts)) {
|
||||||
DEBUG_LOG("PPS sample ignored seq=%lu ts=%s",
|
DEBUG_LOG("PPS sample ignored seq=%lu ts=%s",
|
||||||
seq, UTI_TimespecToString(&ts));
|
(unsigned long)seq, UTI_TimespecToString(&ts));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user