Snippets for aide-intrusion-detection 0.19.3 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/aide/0.19.3/150arm64-default.log.
-
./include/getopt.h:136: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] 136 | extern int getopt (); | ^ -
src/getopt1.c:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 65 | getopt_long (argc, argv, options, long_options, opt_index) | ^ -
src/getopt1.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | getopt_long_only (argc, argv, options, long_options, opt_index) | ^ -
src/getopt.c:209:14: 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] 209 | extern char *getenv (); | ^ -
src/getopt.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 213 | my_index (str, chr) | ^ -
src/getopt.c:303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 303 | exchange (argv) | ^ -
src/getopt.c:388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 388 | _getopt_initialize (argc, argv, optstring) | ^ -
src/getopt.c:389:10: warning: unused parameter 'argc' [-Wunused-parameter] 389 | int argc; | ^ -
src/getopt.c:390:19: warning: unused parameter 'argv' [-Wunused-parameter] 390 | char *const *argv; | ^ -
src/getopt.c:510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 510 | _getopt_internal (argc, argv, optstring, longopts, longind, long_only) | ^ -
src/getopt.c:966:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 966 | getopt (argc, argv, optstring) | ^ -
./include/getopt.h:136: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] 136 | extern int getopt (); | ^