Makefile:937: warning: overriding recipe for target 'update-leap'
Makefile:549: warning: ignoring old recipe for target 'update-leap'
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
unity.c: In function ‘UnityFail’:
unity.c:12:105: warning: function declared ‘noreturn’ has a ‘return’ statement
12 | #define UNITY_SKIP_EXECUTION { if ((Unity.CurrentTestFailed != 0) || (Unity.CurrentTestIgnored != 0)) {return;} }
| ^~~~~~
unity.c:1133:5: note: in expansion of macro ‘UNITY_SKIP_EXECUTION’
1133 | UNITY_SKIP_EXECUTION;
| ^~~~~~~~~~~~~~~~~~~~
unity.c:12:105: warning: ‘noreturn’ function does return
12 | #define UNITY_SKIP_EXECUTION { if ((Unity.CurrentTestFailed != 0) || (Unity.CurrentTestIgnored != 0)) {return;} }
| ^~~~~~
unity.c:1133:5: note: in expansion of macro ‘UNITY_SKIP_EXECUTION’
1133 | UNITY_SKIP_EXECUTION;
| ^~~~~~~~~~~~~~~~~~~~
refclock_tsyncpci.c: In function ‘tsync_start’:
refclock_tsyncpci.c:346:5: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
346 | strncpy((char *)&up->refId, TSYNC_REF_LOCAL, TSYNC_REF_LEN);
| ^
refclock_tsyncpci.c:354:5: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
354 | strncpy((char *)&pp->refid, TSYNC_REF_LOCAL, TSYNC_REF_LEN);
| ^
refclock_tsyncpci.c: In function ‘tsync_poll’:
refclock_tsyncpci.c:748:9: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
748 | strncpy((char *)&pp->refid, TSYNC_REF_LOCAL, TSYNC_REF_LEN);
| ^
refclock_tsyncpci.c:717:17: warning: ‘__builtin_strncpy’ specified bound 4 equals destination size [-Wstringop-truncation]
717 | strncpy((char *)&up->refId, RefIdLookupTbl[j].pRefId,
| ^
refclock_tsyncpci.c:726:13: warning: ‘__builtin_strncpy’ specified bound 4 equals destination size [-Wstringop-truncation]
726 | strncpy((char *)&pp->refid, RefIdLookupTbl[j].pRefId,
| ^
ntpdate.c: In function ‘input_handler’:
ntpdate.c:1975:32: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
1975 | (void) read(fdc, buf, sizeof buf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from ../include/c99_snprintf.h:19,
from ../config.h:1817,
from ./nl_in.c:1:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
| ^~~~~~~
In function ‘findlistvar’,
inlined from ‘doaddvlist’ at ntpq-subs.c:491:8:
ntpq-subs.c:464:45: warning: assuming pointer wraparound does not occur when comparing P +- C1 with P +- C2 [-Wstrict-overflow]
464 | for (vl = list; vl < list + MAXLIST && vl->name != NULL; vl++)
| ^
In file included from libntpq_subs.c:16:
In function ‘findlistvar’,
inlined from ‘doaddvlist’ at ntpq-subs.c:491:8:
ntpq-subs.c:464:45: warning: assuming pointer wraparound does not occur when comparing P +- C1 with P +- C2 [-Wstrict-overflow]
464 | for (vl = list; vl < list + MAXLIST && vl->name != NULL; vl++)
| ^
In function ‘makequerydata’,
inlined from ‘doquerylist’ at ntpq-subs.c:631:2:
ntpq-subs.c:585:47: warning: assuming pointer wraparound does not occur when comparing P +- C1 with P +- C2 [-Wstrict-overflow]
585 | for (vl = vlist; vl < vlist + MAXLIST && vl->name != 0; vl++) {
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
In function ‘makequerydata’,
inlined from ‘doquerylist’ at ntpq-subs.c:631:2:
ntpq-subs.c:585:47: warning: assuming pointer wraparound does not occur when comparing P +- C1 with P +- C2 [-Wstrict-overflow]
585 | for (vl = vlist; vl < vlist + MAXLIST && vl->name != 0; vl++) {
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
dcfd.c:124: warning: "DPRINTF" redefined
124 | #define DPRINTF(_x_) LPRINTF _x_
|
In file included from dcfd.c:63:
../include/ntpd.h:41: note: this is the location of the previous definition
41 | # define DPRINTF(lvl, arg) \
|
Makefile:937: warning: overriding recipe for target 'update-leap'
Makefile:549: warning: ignoring old recipe for target 'update-leap'
Makefile:937: warning: overriding recipe for target 'update-leap'
Makefile:549: warning: ignoring old recipe for target 'update-leap'
Makefile:937: warning: overriding recipe for target 'update-leap'
Makefile:549: warning: ignoring old recipe for target 'update-leap'