Snippets for xinetd 2.3.15 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/xinetd/2.3.15_3/150amd64-default.log.
-
ops.c:56:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 56 | (*func)( arg, pset_pointer( pset, u ) ) ; | ^ -
ops.c:58:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 58 | (*func)( pset_pointer( pset, u ) ) ; | ^ -
cvt.c:113:9: warning: call to undeclared function 'strx_nprint'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
-
xlog.c:195:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
addr.c:143:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 143 | if( (cap->addr_type == HOST_ADDR) ) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
addr.c:425:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 425 | return( ( (*op)( addr_list, &ca ) == OK ) ? PARSED : ERROR ) ; | ^ -
addr.c:480:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 480 | return( ( (*op)( addr_list, &ca ) == OK ) ? PARSED : ERROR ) ; | ^ -
addr.c:559:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 559 | return( ( (*op)( addr_list, &ca ) == OK ) ? PARSED : ERROR ) ; | ^ -
addr.c:587:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 587 | if ( (*op)( addr_list, &ca ) == FAILED ) | ^ -
addr.c:613:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 613 | if ( (*op)( addr_list, &ca ) == FAILED ) | ^ -
addr.c:703:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 703 | if ( (*op)( addr_list, &ca ) == FAILED ) | ^ -
addr.c:765:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 765 | switch ( (*addr_parser[ i ])( str_addr, op, addr_list ) ) | ^ -
builtins.c:618:7: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 618 | SC_INTERNAL(scp, nserp); | ^ -
child.c:427:7: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | SVC_INTERNAL( sp, serp ) ; | ^ -
confparse.c:780:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 780 | if ( (sep == NULL) ) | ~~~~^~~~~~~ -
connection.c:222:40: warning: format specifies type 'unsigned long long' but the argument has type 'mask_t' (aka 'unsigned long') [-Wformat] 222 | tabprint( fd, 1, "flags = %#llx\n", cp->co_flags ) ; | ~~~~~ ^~~~~~~~~~~~ | %#lx -
int.c:93:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | intp = (*initializer)( serp ) ; | ^ -
parse.c:631:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 631 | if ( (*ap->a_parser)( attr_values, scp, op ) == OK ) | ^ -
parsers.c:1054:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1054 | if ( (*addrlist_func)( addr_set, str_addr ) == FAILED ) | ^ -
server.c:125:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
tcpint.c:168:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 168 | switch ( (*iofunc)( chp ) ) | ^ -
xgetloadavg.c:100:2: warning: call to undeclared function 'getloadavg'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 100 | getloadavg (ret, sizeof (ret) / sizeof (ret[0])); | ^ -
/usr/include/sys/termios.h:2:2: warning: "this file includes <sys/termios.h> which is deprecated, use <termios.h> instead" [-W#warnings] 2 | #warning "this file includes <sys/termios.h> which is deprecated, use <termios.h> instead" | ^ -
./itox.c:233:18: warning: passing a parameter declared with the 'register' keyword to 'va_start' has undefined behavior [-Wvarargs] 233 | va_start( ap, count ) ; | ^ -
./itox.c:257:18: warning: passing a parameter declared with the 'register' keyword to 'va_start' has undefined behavior [-Wvarargs] 257 | va_start( ap, count ) ; | ^ -
./itox.c:282:18: warning: passing a parameter declared with the 'register' keyword to 'va_start' has undefined behavior [-Wvarargs] 282 | va_start( ap, count ) ; | ^ -
./itox.c:295:18: warning: passing a parameter declared with the 'register' keyword to 'va_start' has undefined behavior [-Wvarargs] 295 | va_start( ap, count ) ; | ^