Snippets for binutils 2.44 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/aarch64-none-elf-binutils/2.44,1/150amd64-default.log.
-
checking for working strncmp... adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 63 | uLong ZEXPORT adler32_z(adler, buf, len) | ^ -
adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | uLong ZEXPORT adler32(adler, buf, len) | ^ -
adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 143 | local uLong adler32_combine_(adler1, adler2, len2) | ^ -
adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 172 | uLong ZEXPORT adler32_combine(adler1, adler2, len2) | ^ -
adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 180 | uLong ZEXPORT adler32_combine64(adler1, adler2, len2) | ^ -
compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 22 | int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) | ^ -
compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 68 | int ZEXPORT compress (dest, destLen, source, sourceLen) | ^ -
compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | uLong ZEXPORT compressBound (sourceLen) | ^ -
crc32.c:117:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 117 | local z_word_t byte_swap(word) | ^ -
crc32.c:542:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 542 | local z_crc_t multmodp(a, b) | ^ -
crc32.c:566:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 566 | local z_crc_t x2nmodp(n, k) | ^ -
crc32.c:717:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 717 | local z_crc_t crc_word(data) | ^ -
crc32.c:726:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 726 | local z_word_t crc_word_big(data) | ^ -
crc32.c:739:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 739 | unsigned long ZEXPORT crc32_z(crc, buf, len) | ^ -
crc32.c:1063:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1063 | unsigned long ZEXPORT crc32(crc, buf, len) | ^ -
crc32.c:1072:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1072 | uLong ZEXPORT crc32_combine64(crc1, crc2, len2) | ^ -
crc32.c:1084:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1084 | uLong ZEXPORT crc32_combine(crc1, crc2, len2) | ^ -
crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1093 | uLong ZEXPORT crc32_combine_gen64(len2) | ^ -
crc32.c:1103:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1103 | uLong ZEXPORT crc32_combine_gen(len2) | ^ -
crc32.c:1110:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1110 | uLong crc32_combine_op(crc1, crc2, op) | ^ -
checking for shared library run path origin... deflate.c:204:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 204 | local void slide_hash(s) | ^ -
deflate.c:231:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | int ZEXPORT deflateInit_(strm, level, version, stream_size) | ^ -
deflate.c:243:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 243 | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, | ^ -
deflate.c:393:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 393 | local int deflateStateCheck (strm) | ^ -
deflate.c:416:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 416 | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) | ^ -
deflate.c:485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 485 | int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) | ^ -
deflate.c:507:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 507 | int ZEXPORT deflateResetKeep (strm) | ^ -
deflate.c:545:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 545 | int ZEXPORT deflateReset (strm) | ^ -
deflate.c:557:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 557 | int ZEXPORT deflateSetHeader (strm, head) | ^ -
deflate.c:568:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 568 | int ZEXPORT deflatePending (strm, pending, bits) | ^ -
deflate.c:582:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 582 | int ZEXPORT deflatePrime (strm, bits, value) | ^ -
deflate.c:609:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 609 | int ZEXPORT deflateParams(strm, level, strategy) | ^ -
deflate.c:658:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 658 | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) | ^ -
deflate.c:693:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 693 | uLong ZEXPORT deflateBound(strm, sourceLen) | ^ -
deflate.c:757:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 757 | local void putShortMSB (s, b) | ^ -
deflate.c:771:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 771 | local void flush_pending(strm) | ^ -
deflate.c:804:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 804 | int ZEXPORT deflate (strm, flush) | ^ -
deflate.c:1119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1119 | int ZEXPORT deflateEnd (strm) | ^ -
deflate.c:1145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1145 | int ZEXPORT deflateCopy (dest, source) | ^ -
deflate.c:1204:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1204 | local unsigned read_buf(strm, buf, size) | ^ -
deflate.c:1234:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1234 | local void lm_init (s) | ^ -
deflate.c:1276:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1276 | local uInt longest_match(s, cur_match) | ^ -
deflate.c:1522:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1522 | local void fill_window(s) | ^ -
deflate.c:1685:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1685 | local block_state deflate_stored(s, flush) | ^ -
deflate.c:1872:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1872 | local block_state deflate_fast(s, flush) | ^ -
deflate.c:1974:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1974 | local block_state deflate_slow(s, flush) | ^ -
deflate.c:2105:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2105 | local block_state deflate_rle(s, flush) | ^ -
deflate.c:2178:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2178 | local block_state deflate_huff(s, flush) | ^ -
gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 21 | local int gz_load(state, buf, len, have) | ^ -
gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 56 | local int gz_avail(state) | ^ -
gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 91 | local int gz_look(state) | ^ -
gzread.c:175:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 175 | local int gz_decomp(state) | ^ -
gzread.c:229:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 229 | local int gz_fetch(state) | ^ -
gzread.c:259:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 259 | local int gz_skip(state, len) | ^ -
gzread.c:294:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | local z_size_t gz_read(state, buf, len) | ^ -
gzread.c:375:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 375 | int ZEXPORT gzread(file, buf, len) | ^ -
gzread.c:411:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 411 | z_size_t ZEXPORT gzfread(buf, size, nitems, file) | ^ -
gzread.c:447:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 447 | int ZEXPORT gzgetc(file) | ^ -
gzread.c:474:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 474 | int ZEXPORT gzgetc_(file) | ^ -
gzread.c:481:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 481 | int ZEXPORT gzungetc(c, file) | ^ -
gzread.c:541:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 541 | char * ZEXPORT gzgets(file, buf, len) | ^ -
gzread.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 605 | int ZEXPORT gzdirect(file) | ^ -
gzread.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 625 | int ZEXPORT gzclose_r(file) | ^ -
gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | int ZEXPORT gzclose(file) | ^ -
gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 17 | local int gz_init(state) | ^ -
gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | local int gz_comp(state, flush) | ^ -
gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 154 | local int gz_zero(state, len) | ^ -
gzwrite.c:187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 187 | local z_size_t gz_write(state, buf, len) | ^ -
gzwrite.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 255 | int ZEXPORT gzwrite(file, buf, len) | ^ -
gzwrite.c:283:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 283 | z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) | ^ -
gzwrite.c:313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 313 | int ZEXPORT gzputc(file, c) | ^ -
gzwrite.c:361:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 361 | int ZEXPORT gzputs(file, s) | ^ -
gzwrite.c:565:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 565 | int ZEXPORT gzflush(file, flush) | ^ -
gzwrite.c:597:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 597 | int ZEXPORT gzsetparams(file, level, strategy) | ^ -
gzwrite.c:639:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 639 | int ZEXPORT gzclose_w(file) | ^ -
gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | local void gz_reset(state) | ^ -
gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | local gzFile gz_open(path, fd, mode) | ^ -
gzlib.c:272:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 272 | gzFile ZEXPORT gzopen(path, mode) | ^ -
gzlib.c:280:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 280 | gzFile ZEXPORT gzopen64(path, mode) | ^ -
gzlib.c:288:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 288 | gzFile ZEXPORT gzdopen(fd, mode) | ^ -
gzlib.c:318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 318 | int ZEXPORT gzbuffer(file, size) | ^ -
gzlib.c:345:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 345 | int ZEXPORT gzrewind(file) | ^ -
gzlib.c:368:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 368 | z_off64_t ZEXPORT gzseek64(file, offset, whence) | ^ -
gzlib.c:445:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 445 | z_off_t ZEXPORT gzseek(file, offset, whence) | ^ -
gzlib.c:457:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 457 | z_off64_t ZEXPORT gztell64(file) | ^ -
gzlib.c:474:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 474 | z_off_t ZEXPORT gztell(file) | ^ -
gzlib.c:484:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 484 | z_off64_t ZEXPORT gzoffset64(file) | ^ -
gzlib.c:507:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 507 | z_off_t ZEXPORT gzoffset(file) | ^ -
gzlib.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 517 | int ZEXPORT gzeof(file) | ^ -
gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 534 | const char * ZEXPORT gzerror(file, errnum) | ^ -
gzlib.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 555 | void ZEXPORT gzclearerr(file) | ^ -
gzlib.c:581:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 581 | void ZLIB_INTERNAL gz_error(state, err, msg) | ^ -
infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 28 | int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) | ^ -
infback.c:82:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 82 | local void fixedtables(state) | ^ -
infback.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 250 | int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) | ^ -
infback.c:632:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 632 | int ZEXPORT inflateBackEnd(strm) | ^ -
inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | void ZLIB_INTERNAL inflate_fast(strm, start) | ^ -
inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 105 | local int inflateStateCheck(strm) | ^ -
inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 119 | int ZEXPORT inflateResetKeep(strm) | ^ -
inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 145 | int ZEXPORT inflateReset(strm) | ^ -
inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 158 | int ZEXPORT inflateReset2(strm, windowBits) | ^ -
inflate.c:196:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 196 | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) | ^ -
inflate.c:240:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 240 | int ZEXPORT inflateInit_(strm, version, stream_size) | ^ -
inflate.c:248:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 248 | int ZEXPORT inflatePrime(strm, bits, value) | ^ -
inflate.c:279:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 279 | local void fixedtables(state) | ^ -
inflate.c:397:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 397 | local int updatewindow(strm, end, copy) | ^ -
inflate.c:623:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 623 | int ZEXPORT inflate(strm, flush) | ^ -
checking whether the C compiler works... inflate.c:1301:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1301 | int ZEXPORT inflateEnd(strm) | ^ -
inflate.c:1315:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1315 | int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) | ^ -
inflate.c:1338:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1338 | int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) | ^ -
inflate.c:1373:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1373 | int ZEXPORT inflateGetHeader(strm, head) | ^ -
inflate.c:1401:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1401 | local unsigned syncsearch(have, buf, len) | ^ -
inflate.c:1424:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1424 | int ZEXPORT inflateSync(strm) | ^ -
inflate.c:1482:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1482 | int ZEXPORT inflateSyncPoint(strm) | ^ -
inflate.c:1492:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1492 | int ZEXPORT inflateCopy(dest, source) | ^ -
inflate.c:1539:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1539 | int ZEXPORT inflateUndermine(strm, subvert) | ^ -
inflate.c:1557:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1557 | int ZEXPORT inflateValidate(strm, check) | ^ -
inflate.c:1572:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1572 | long ZEXPORT inflateMark(strm) | ^ -
inflate.c:1585:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1585 | unsigned long ZEXPORT inflateCodesUsed(strm) | ^ -
checking for suffix of object files... inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 32 | int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) | ^ -
checking whether cc accepts -g... trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 379 | void ZLIB_INTERNAL _tr_init(s) | ^ -
trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 407 | local void init_block(s) | ^ -
trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 451 | local void pqdownheap(s, tree, k) | ^ -
trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 486 | local void gen_bitlen(s, desc) | ^ -
trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 572 | local void gen_codes (tree, max_code, bl_count) | ^ -
trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 615 | local void build_tree(s, desc) | ^ -
trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 703 | local void scan_tree (s, tree, max_code) | ^ -
trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 748 | local void send_tree (s, tree, max_code) | ^ -
trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 799 | local int build_bl_tree(s) | ^ -
trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 834 | local void send_all_trees(s, lcodes, dcodes, blcodes) | ^ -
trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 863 | void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) | ^ -
trees.c:887:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 887 | void ZLIB_INTERNAL _tr_flush_bits(s) | ^ -
trees.c:897:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 897 | void ZLIB_INTERNAL _tr_align(s) | ^ -
trees.c:912:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 912 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) | ^ -
trees.c:1015:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1015 | int ZLIB_INTERNAL _tr_tally (s, dist, lc) | ^ -
trees.c:1043:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1043 | local void compress_block(s, ltree, dtree) | ^ -
checking for cc option to accept ISO C89... trees.c:1103:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1103 | local int detect_data_type(s) | ^ -
trees.c:1137:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1137 | local unsigned bi_reverse(code, len) | ^ -
trees.c:1152:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1152 | local void bi_flush(s) | ^ -
trees.c:1169:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1169 | local void bi_windup(s) | ^ -
checking dependency style of cc... uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 27 | int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) | ^ -
uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 86 | int ZEXPORT uncompress (dest, destLen, source, sourceLen) | ^ -
zutil.c:133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | const char * ZEXPORT zError(err) | ^ -
zutil.c:305:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 305 | voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) | ^ -
zutil.c:315:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 315 | void ZLIB_INTERNAL zcfree (opaque, ptr) | ^ -
./stack-limit.c:54:24: warning: comparison of integers of different signs: 'rlim_t' (aka 'long') and 'unsigned long' [-Wsign-compare] 54 | && rlim.rlim_cur < pref | ~~~~~~~~~~~~~ ^ ~~~~ -
./sha1.c:239:11: warning: defining a type within 'offsetof' is a C23 extension [-Wc23-extensions] 239 | if (UNALIGNED_P (buffer)) | ^~~~~~~~~~~~~~~~~~~~ -
./sha1.c:460:11: warning: defining a type within 'offsetof' is a C23 extension [-Wc23-extensions] 460 | if (UNALIGNED_P (buffer)) | ^~~~~~~~~~~~~~~~~~~~