Snippets for a2ps 4.15.8 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/a2ps/4.15.8_1/150amd64-default.log.
-
argmatch.c:90:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 90 | for (size_t i = 0; arglist[i]; i++) | ^ -
argmatch.c:124:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 124 | for (size_t i = 0; arglist[i]; i++) | ^ -
argmatch.c:162:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 162 | for (size_t i = 0; arglist[i]; i++) | ^ -
argmatch.c:215:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 215 | for (size_t i = 0; arglist[i]; i++) | ^ -
backupfile.c:237:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 237 | for (struct dirent *dp; (dp = readdir (dirp)) != NULL; ) | ^ -
basename-lgpl.c:37:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 37 | for (char const *p = base; *p; p++) | ^ -
obstack.c:320:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 320 | for (struct _obstack_chunk *lp = h->chunk; lp != NULL; lp = lp->prev) | ^ -
quotearg.c:395:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 395 | for (size_t i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++) | ^ -
quotearg.c:646:34: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 646 | for (size_t j = 1; j < bytes; j++) | ^ -
quotearg.c:838:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 838 | for (int i = 1; i < nslots; i++) | ^ -
regex.c:813:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 813 | re_set_syntax (syntax) | ^ -
regex.c:1641:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1641 | regex_compile (pattern, size, syntax, bufp) | ^ -
regex.c:2720:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2720 | store_op1 (op, loc, arg) | ^ -
regex.c:2733:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2733 | store_op2 (op, loc, arg1, arg2) | ^ -
regex.c:2748:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2748 | insert_op1 (op, loc, arg, end) | ^ -
regex.c:2767:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2767 | insert_op2 (op, loc, arg1, arg2, end) | ^ -
regex.c:2788:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2788 | at_begline_loc_p (pattern, p, syntax) | ^ -
regex.c:2807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2807 | at_endline_loc_p (p, pend, syntax) | ^ -
regex.c:2829:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2829 | group_in_compile_stack (compile_stack, regnum) | ^ -
regex.c:2857:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2857 | compile_range (p_ptr, pend, translate, syntax, b) | ^ -
regex.c:2916:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2916 | re_compile_fastmap (bufp) | ^ -
regex.c:3185:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3185 | re_set_registers (bufp, regs, num_regs, starts, ends) | ^ -
regex.c:3215:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3215 | re_search (bufp, string, size, startpos, range, regs) | ^ -
regex.c:3251:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3251 | re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop) | ^ -
regex.c:3459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3459 | re_match (bufp, string, size, pos, regs) | ^ -
regex.c:3499:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3499 | re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) | ^ -
regex.c:3518:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3518 | re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) | ^ -
regex.c:4853:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4853 | group_match_null_string_p (p, end, reg_info) | ^ -
regex.c:4962:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4962 | alt_match_null_string_p (p, end, reg_info) | ^ -
regex.c:4999:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4999 | common_op_match_null_string_p (p, end, reg_info) | ^ -
regex.c:5082:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5082 | bcmp_translate (s1, s2, len, translate) | ^ -
regex.c:5109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5109 | re_compile_pattern (pattern, length, bufp) | ^ -
jobs.c:149:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 149 | for (const struct paper * paper = paperfirst(); | ^ -
routines.c:58:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 58 | for (size_t i = 0 ; i < len ; i++) | ^ -
psgen.c:82:10: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 82 | for (int i = 0; i < chars; i++) | ^ -
prolog.c:181:32: warning: unknown warning group '-Wsuggest-attribute=format', ignored [-Wunknown-warning-option] 181 | #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" | ^ -
select.c:254:8: warning: GCC does not allow variable declarations in for loop initializers before C99 [-Wgcc-compat] 254 | for (size_t i = sheets_map->len ; i-- > 0;) | ^