Snippets for tac-plus F4.0.4.28 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/tac_plus/F4.0.4.28_2/150amd64-default.log.
-
tac_pwd.c:139:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 139 | char *crypt(); | ^ -
authen.c:62:10: warning: passing arguments to 'do_start' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 62 | do_start(pak); | ^ -
authen.c:26:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 26 | static void do_start(); | ^ -
authen.c:144:17: warning: passing arguments to 'choose' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | ret = choose(&authen_data, &authen_type); | ^ -
authen.c:149:14: warning: passing arguments to 'authenticate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 149 | authenticate(&authen_data, &authen_type); | ^ -
authen.c:24:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 24 | static int choose(); | ^ -
authen.c:25:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 25 | static void authenticate(); | ^ -
authen.c:332:13: 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] 332 | if ((*func)(datap)) { | ^ -
authen.c:403:15: 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] 403 | ((*func)(datap)); | ^ -
authen.c:419:15: 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] 419 | ((*func)(datap)); | ^ -
sendauth.c:46:25: warning: passing arguments to 'do_sendauth_fn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 46 | status = do_sendauth_fn(data); | ^ -
sendauth.c:26:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 26 | static int do_sendauth_fn(); | ^ -
sendauth.c:108:15: warning: passing arguments to 'outbound_chap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 108 | outbound_chap(data); | ^ -
sendauth.c:118:14: warning: passing arguments to 'outbound_pap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 118 | outbound_pap(data); | ^ -
sendauth.c:31:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 31 | void outbound_pap(); | ^ -
sendauth.c:27:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 27 | static void outbound_chap(); | ^ -
sendpass.c:47:25: warning: passing arguments to 'do_sendpass_fn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 47 | status = do_sendpass_fn(data); | ^ -
sendpass.c:26:1: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 26 | do_sendpass_fn(); | ^