=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for premake5-5.0.0.b2 ==== Building zip-lib (release) ==== ==== Building zlib-lib (release) ==== ==== Building lua-lib (release) ==== Creating obj/Release/zlib-lib Creating obj/Release/lua-lib Creating bin/Release Creating obj/Release/zip-lib Creating bin/Release lapi.c adler32.c Creating bin/Release mkstemp.c ../../contrib/zlib/adler32.c:65:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ ../../contrib/zlib/adler32.c:136:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong adler32_combine_(adler1, adler2, len2) ^ ../../contrib/zlib/adler32.c:136:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/adler32.c:165:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ ../../contrib/zlib/adler32.c:173:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine64(adler1, adler2, len2) ^ ../../contrib/libzip/mkstemp.c:76:8: warning: call to undeclared function 'getpid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] pid = getpid(); ^ 1 warning generated. 5 warnings generated. zip_add.c compress.c ../../contrib/zlib/compress.c:22:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) ^ ../../contrib/zlib/compress.c:62:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress (dest, destLen, source, sourceLen) ^ ../../contrib/zlib/compress.c:75:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound (sourceLen) ^ zip_add_dir.c 3 warnings generated. crc32.c lbaselib.c ../../contrib/zlib/crc32.c:204:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ ../../contrib/zlib/crc32.c:247:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_little(crc, buf, len) ^ ../../contrib/zlib/crc32.c:247:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/crc32.c:287:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_big(crc, buf, len) ^ ../../contrib/zlib/crc32.c:287:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/crc32.c:327:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long gf2_matrix_times(mat, vec) ^ ../../contrib/zlib/crc32.c:327:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/crc32.c:344:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gf2_matrix_square(square, mat) ^ ../../contrib/zlib/crc32.c:344:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/crc32.c:355:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong crc32_combine_(crc1, crc2, len2) ^ ../../contrib/zlib/crc32.c:355:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/crc32.c:411:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ ../../contrib/zlib/crc32.c:419:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine64(crc1, crc2, len2) ^ zip_add_entry.c 13 warnings generated. deflate.c lbitlib.c zip_close.c ../../contrib/zlib/deflate.c:201:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ ../../contrib/zlib/deflate.c:213:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ ../../contrib/zlib/deflate.c:323:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) ^ ../../contrib/zlib/deflate.c:392:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateResetKeep (strm) ^ ../../contrib/zlib/deflate.c:427:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset (strm) ^ ../../contrib/zlib/deflate.c:439:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader (strm, head) ^ ../../contrib/zlib/deflate.c:450:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePending (strm, pending, bits) ^ ../../contrib/zlib/deflate.c:464:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime (strm, bits, value) ^ ../../contrib/zlib/deflate.c:490:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ ../../contrib/zlib/deflate.c:531:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ ../../contrib/zlib/deflate.c:566:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ ../../contrib/zlib/deflate.c:628:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB (s, b) ^ ../../contrib/zlib/deflate.c:628:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:642:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ ../../contrib/zlib/deflate.c:642:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:665:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate (strm, flush) ^ ../../contrib/zlib/deflate.c:979:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd (strm) ^ ../../contrib/zlib/deflate.c:1014:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy (dest, source) ^ ../../contrib/zlib/deflate.c:1076:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int read_buf(strm, buf, size) ^ ../../contrib/zlib/deflate.c:1076:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:1106:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init (s) ^ ../../contrib/zlib/deflate.c:1106:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:1148:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ ../../contrib/zlib/deflate.c:1148:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:1390:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ ../../contrib/zlib/deflate.c:1390:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:1564:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ ../../contrib/zlib/deflate.c:1564:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:1628:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ ../../contrib/zlib/deflate.c:1628:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:1730:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ lcode.c ../../contrib/zlib/deflate.c:1730:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:1861:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_rle(s, flush) ^ ../../contrib/zlib/deflate.c:1861:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/deflate.c:1934:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_huff(s, flush) ^ ../../contrib/zlib/deflate.c:1934:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/libzip/zip_close.c:621:2: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(tfd); ^ 1 warning generated. zip_delete.c 36 warnings generated. gzclose.c zip_dir_add.c lcorolib.c ../../contrib/zlib/gzclose.c:11:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose(file) ^ 1 warning generated. gzlib.c zip_dirent.c lctype.c ../../contrib/zlib/gzlib.c:75:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gz_reset(state) ^ ../../contrib/zlib/gzlib.c:75:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzlib.c:91:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ ../../contrib/zlib/gzlib.c:91:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzlib.c:268:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen(path, mode) ^ ../../contrib/zlib/gzlib.c:276:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen64(path, mode) ^ ../../contrib/zlib/gzlib.c:284:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen(fd, mode) ^ ../../contrib/zlib/gzlib.c:314:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzbuffer(file, size) ^ ../../contrib/zlib/gzlib.c:339:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind(file) ^ ../../contrib/zlib/gzlib.c:362:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzseek64(file, offset, whence) ^ ../../contrib/zlib/gzlib.c:439:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek(file, offset, whence) ^ ../../contrib/zlib/gzlib.c:451:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gztell64(file) ^ ../../contrib/zlib/gzlib.c:468:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell(file) ^ ../../contrib/zlib/gzlib.c:478:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzoffset64(file) ^ ../../contrib/zlib/gzlib.c:501:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzoffset(file) ^ ../../contrib/zlib/gzlib.c:511:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof(file) ^ ../../contrib/zlib/gzlib.c:528:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror(file, errnum) ^ ../../contrib/zlib/gzlib.c:549:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr(file) ^ ../../contrib/zlib/gzlib.c:575:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL gz_error(state, err, msg) ^ ldblib.c 19 warnings generated. gzread.c ../../contrib/zlib/gzread.c:20:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_load(state, buf, len, have) ^ ../../contrib/zlib/gzread.c:20:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzread.c:51:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_avail(state) ^ ../../contrib/zlib/gzread.c:51:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzread.c:86:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_look(state) ^ ../../contrib/zlib/gzread.c:86:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzread.c:172:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_decomp(state) ^ ../../contrib/zlib/gzread.c:172:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzread.c:226:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_fetch(state) ^ ../../contrib/zlib/gzread.c:226:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzread.c:256:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_skip(state, len) ^ ../../contrib/zlib/gzread.c:256:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzread.c:288:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzread(file, buf, len) ^ ../../contrib/zlib/gzread.c:387:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc(file) ^ ../../contrib/zlib/gzread.c:416:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc_(file) ^ ../../contrib/zlib/gzread.c:423:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzungetc(c, file) ^ ../../contrib/zlib/gzread.c:483:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char * ZEXPORT gzgets(file, buf, len) ^ ../../contrib/zlib/gzread.c:547:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzdirect(file) ^ ../../contrib/zlib/gzread.c:567:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_r(file) ^ zip_discard.c ldebug.c 19 warnings generated. gzwrite.c zip_entry.c ../../contrib/zlib/gzwrite.c:15:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_init(state) ^ ../../contrib/zlib/gzwrite.c:15:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzwrite.c:70:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ ../../contrib/zlib/gzwrite.c:70:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzwrite.c:133:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_zero(state, len) ^ ../../contrib/zlib/gzwrite.c:133:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/gzwrite.c:165:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite(file, buf, len) ^ ../../contrib/zlib/gzwrite.c:245:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ ../../contrib/zlib/gzwrite.c:293:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, str) ^ ../../contrib/zlib/gzwrite.c:465:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush(file, flush) ^ ../../contrib/zlib/gzwrite.c:497:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams(file, level, strategy) ^ ../../contrib/zlib/gzwrite.c:539:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_w(file) ^ ldo.c 12 warnings generated. infback.c zip_err_str.c ../../contrib/zlib/infback.c:28:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) ^ ../../contrib/zlib/infback.c:82:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] zip_error.c local void fixedtables(state) ^ ../../contrib/zlib/infback.c:82:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/infback.c:250:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) ^ ../../contrib/zlib/infback.c:631:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackEnd(strm) ^ ldump.c 5 warnings generated. zip_error_clear.c inffast.c ../../contrib/zlib/inffast.c:67:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL inflate_fast(strm, start) ^ zip_error_get.c lfunc.c 1 warning generated. inflate.c zip_error_get_sys_type.c lgc.c ../../contrib/zlib/inflate.c:104:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateResetKeep(strm) ^ ../../contrib/zlib/inflate.c:129:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ ../../contrib/zlib/inflate.c:142:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset2(strm, windowBits) ^ ../../contrib/zlib/inflate.c:180:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ ../../contrib/zlib/inflate.c:222:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ ../../contrib/zlib/inflate.c:230:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ ../../contrib/zlib/inflate.c:261:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ ../../contrib/zlib/inflate.c:261:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/inflate.c:379:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, end, copy) ^ ../../contrib/zlib/inflate.c:379:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/inflate.c:605:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ ../../contrib/zlib/inflate.c:1254:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ ../../contrib/zlib/inflate.c:1268:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) ^ ../../contrib/zlib/inflate.c:1291:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ ../../contrib/zlib/inflate.c:1326:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ ../../contrib/zlib/inflate.c:1354:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ ../../contrib/zlib/inflate.c:1354:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/inflate.c:1377:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ ../../contrib/zlib/inflate.c:1428:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ ../../contrib/zlib/inflate.c:1438:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ ../../contrib/zlib/inflate.c:1485:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateUndermine(strm, subvert) ^ ../../contrib/zlib/inflate.c:1502:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZEXPORT inflateMark(strm) ^ ../../contrib/zlib/inflate.c:1507:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; ~~~ ^ zip_error_strerror.c zip_error_to_str.c 23 warnings generated. linit.c inftrees.c zip_extra_field.c ../../contrib/zlib/inftrees.c:32:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) ^ liolib.c 1 warning generated. trees.c zip_extra_field_api.c ../../contrib/zlib/trees.c:381:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_init(s) ^ ../../contrib/zlib/trees.c:409:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void init_block(s) ^ ../../contrib/zlib/trees.c:409:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:453:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void pqdownheap(s, tree, k) ^ ../../contrib/zlib/trees.c:453:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:488:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_bitlen(s, desc) ^ ../../contrib/zlib/trees.c:488:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:575:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_codes (tree, max_code, bl_count) ^ ../../contrib/zlib/trees.c:575:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:617:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void build_tree(s, desc) ^ ../../contrib/zlib/trees.c:617:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:705:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void scan_tree (s, tree, max_code) ^ ../../contrib/zlib/trees.c:705:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:750:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_tree (s, tree, max_code) ^ ../../contrib/zlib/trees.c:750:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:801:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int build_bl_tree(s) ^ ../../contrib/zlib/trees.c:801:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:836:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_all_trees(s, lcodes, dcodes, blcodes) ^ ../../contrib/zlib/trees.c:836:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:865:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) ^ ../../contrib/zlib/trees.c:882:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_bits(s) ^ ../../contrib/zlib/trees.c:892:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_align(s) ^ ../../contrib/zlib/trees.c:907:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) ^ ../../contrib/zlib/trees.c:1010:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL _tr_tally (s, dist, lc) ^ ../../contrib/zlib/trees.c:1060:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void compress_block(s, ltree, dtree) ^ ../../contrib/zlib/trees.c:1060:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:1120:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int detect_data_type(s) ^ ../../contrib/zlib/trees.c:1120:11: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:1154:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned bi_reverse(code, len) ^ ../../contrib/zlib/trees.c:1154:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:1169:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_flush(s) ^ ../../contrib/zlib/trees.c:1169:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:1186:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_windup(s) ^ ../../contrib/zlib/trees.c:1186:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../../contrib/zlib/trees.c:1205:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void copy_block(s, buf, len, header) ^ ../../contrib/zlib/trees.c:1205:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] llex.c zip_fclose.c 36 warnings generated. uncompr.c zip_fdopen.c ../../contrib/zlib/uncompr.c:24:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress (dest, destLen, source, sourceLen) ^ 1 warning generated. zutil.c lmathlib.c ../../contrib/libzip/zip_fdopen.c:62:13: warning: call to undeclared function 'dup'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((fd=dup(fd_orig)) < 0) { ^ ../../contrib/libzip/zip_fdopen.c:68:2: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(fd); ^ ../../contrib/libzip/zip_fdopen.c:73:5: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(fd_orig); ^ 3 warnings generated. zip_file_add.c ../../contrib/zlib/zutil.c:136:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ ../../contrib/zlib/zutil.c:304:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) ^ ../../contrib/zlib/zutil.c:314:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL zcfree (opaque, ptr) ^ 3 warnings generated. Linking zlib-lib lmem.c zip_file_error_clear.c loadlib.c zip_file_error_get.c lobject.c ==== Building curl-lib (release) ==== zip_file_get_comment.c Creating obj/Release/curl-lib amigaos.c In file included from ../../contrib/curl/lib/amigaos.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // lopcodes.c zip_file_get_external_attributes.c 1 warning generated. asyn-ares.c loslib.c In file included from ../../contrib/curl/lib/asyn-ares.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_file_get_offset.c 1 warning generated. asyn-thread.c In file included from ../../contrib/curl/lib/asyn-thread.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // lparser.c zip_file_rename.c 1 warning generated. axtls.c In file included from ../../contrib/curl/lib/vtls/axtls.c:29: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_file_replace.c 1 warning generated. base64.c In file included from ../../contrib/curl/lib/base64.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_file_set_comment.c 1 warning generated. cleartext.c lstate.c zip_file_set_external_attributes.c In file included from ../../contrib/curl/lib/vauth/cleartext.c:26: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. conncache.c zip_file_strerror.c lstring.c In file included from ../../contrib/curl/lib/conncache.c:24: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_filerange_crc.c 1 warning generated. connect.c lstrlib.c In file included from ../../contrib/curl/lib/connect.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_fopen.c zip_fopen_encrypted.c 1 warning generated. content_encoding.c zip_fopen_index.c In file included from ../../contrib/curl/lib/content_encoding.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // ltable.c 1 warning generated. cookie.c zip_fopen_index_encrypted.c In file included from ../../contrib/curl/lib/cookie.c:83: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_fread.c ltablib.c 1 warning generated. cram.c zip_get_archive_comment.c In file included from ../../contrib/curl/lib/vauth/cram.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // ltm.c zip_get_archive_flag.c 1 warning generated. curl_addrinfo.c In file included from ../../contrib/curl/lib/curl_addrinfo.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_get_compression_implementation.c lundump.c 1 warning generated. curl_des.c ../../contrib/lua/src/lundump.c:237:33: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] checkliteral(S, LUA_SIGNATURE + 1, "not a"); /* 1st char already checked */ ~~~~~~~~~~~~~~^~~ ../../contrib/lua/src/lundump.c:237:33: note: use array indexing to silence this warning checkliteral(S, LUA_SIGNATURE + 1, "not a"); /* 1st char already checked */ ^ & [ ] zip_get_encryption_implementation.c In file included from ../../contrib/curl/lib/curl_des.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. 1 warning generated. lutf8lib.c curl_endian.c zip_get_file_comment.c In file included from ../../contrib/curl/lib/curl_endian.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. curl_fnmatch.c zip_get_name.c lvm.c In file included from ../../contrib/curl/lib/curl_fnmatch.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_get_num_entries.c 1 warning generated. curl_gethostname.c zip_get_num_files.c In file included from ../../contrib/curl/lib/curl_gethostname.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. curl_gssapi.c zip_memdup.c lzio.c In file included from ../../contrib/curl/lib/curl_gssapi.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. curl_memrchr.c zip_name_locate.c Linking lua-lib In file included from ../../contrib/curl/lib/curl_memrchr.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // ==== Building mbedtls-lib (release) ==== Creating obj/Release/mbedtls-lib 1 warning generated. zip_new.c curl_multibyte.c aes.c In file included from ../../contrib/curl/lib/curl_multibyte.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. curl_ntlm_core.c zip_open.c In file included from ../../contrib/curl/lib/curl_ntlm_core.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. curl_ntlm_wb.c In file included from ../../contrib/curl/lib/curl_ntlm_wb.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_rename.c aesni.c 1 warning generated. curl_rtmp.c arc4.c In file included from ../../contrib/curl/lib/curl_rtmp.c:24: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_replace.c 1 warning generated. curl_sasl.c zip_set_archive_comment.c In file included from ../../contrib/curl/lib/curl_sasl.c:32: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // aria.c asn1parse.c 1 warning generated. zip_set_archive_flag.c curl_sspi.c In file included from ../../contrib/curl/lib/curl_sspi.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. zip_set_default_password.c curl_threads.c asn1write.c In file included from ../../contrib/curl/lib/curl_threads.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. cyassl.c zip_set_file_comment.c In file included from ../../contrib/curl/lib/vtls/cyassl.c:29: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // base64.c 1 warning generated. darwinssl.c zip_set_file_compression.c In file included from ../../contrib/curl/lib/vtls/darwinssl.c:29: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_set_name.c 1 warning generated. dict.c bignum.c In file included from ../../contrib/curl/lib/dict.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. digest.c zip_source_buffer.c In file included from ../../contrib/curl/lib/vauth/digest.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_source_close.c 1 warning generated. digest_sspi.c zip_source_crc.c In file included from ../../contrib/curl/lib/vauth/digest_sspi.c:26: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. dotdot.c zip_source_deflate.c In file included from ../../contrib/curl/lib/dotdot.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // blowfish.c 1 warning generated. easy.c zip_source_error.c In file included from ../../contrib/curl/lib/easy.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // camellia.c zip_source_file.c 1 warning generated. escape.c In file included from ../../contrib/curl/lib/escape.c:26: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_source_filep.c 1 warning generated. file.c ccm.c zip_source_free.c In file included from ../../contrib/curl/lib/file.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. fileinfo.c In file included from ../../contrib/curl/lib/fileinfo.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_source_function.c 1 warning generated. formdata.c certs.c In file included from ../../contrib/curl/lib/formdata.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_source_layered.c chacha20.c zip_source_open.c 1 warning generated. ftp.c zip_source_pkware.c chachapoly.c In file included from ../../contrib/curl/lib/ftp.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. ftplistparser.c zip_source_pop.c cipher.c In file included from ../../contrib/curl/lib/ftplistparser.c:38: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. getenv.c In file included from ../../contrib/curl/lib/getenv.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_source_read.c 1 warning generated. getinfo.c cipher_wrap.c zip_source_stat.c In file included from ../../contrib/curl/lib/getinfo.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. gopher.c cmac.c zip_source_window.c In file included from ../../contrib/curl/lib/gopher.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // ctr_drbg.c 1 warning generated. gskit.c zip_source_zip.c In file included from ../../contrib/curl/lib/vtls/gskit.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. gtls.c zip_source_zip_new.c debug.c In file included from ../../contrib/curl/lib/vtls/gtls.c:31: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. hash.c zip_stat.c In file included from ../../contrib/curl/lib/hash.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // des.c zip_stat_index.c 1 warning generated. hmac.c In file included from ../../contrib/curl/lib/hmac.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_stat_init.c 1 warning generated. hostasyn.c In file included from ../../contrib/curl/lib/hostasyn.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_strerror.c dhm.c 1 warning generated. hostcheck.c zip_string.c In file included from ../../contrib/curl/lib/hostcheck.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. hostip.c ecdh.c In file included from ../../contrib/curl/lib/hostip.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_unchange.c ecdsa.c 1 warning generated. hostip4.c zip_unchange_all.c In file included from ../../contrib/curl/lib/hostip4.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. hostip6.c ecjpake.c zip_unchange_archive.c In file included from ../../contrib/curl/lib/hostip6.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // ecp.c zip_unchange_data.c 1 warning generated. hostsyn.c In file included from ../../contrib/curl/lib/hostsyn.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // zip_utf-8.c 1 warning generated. http.c In file included from ../../contrib/curl/lib/http.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // Linking zip-lib ecp_curves.c entropy.c entropy_poll.c ==== Building luashim-lib (release) ==== Creating obj/Release/luashim-lib luashim.c 1 warning generated. http2.c error.c In file included from ../../contrib/curl/lib/http2.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. http_chunks.c Linking luashim-lib In file included from ../../contrib/curl/lib/http_chunks.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // gcm.c http_digest.c In file included from ../../contrib/curl/lib/http_digest.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. ==== Building example (release) ==== Creating obj/Release/example Creating ../../bin/release main.c 1 warning generated. http_negotiate.c havege.c In file included from ../../contrib/curl/lib/http_negotiate.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // Linking example 1 warning generated. http_ntlm.c hkdf.c ld: warning: option -s is obsolete and being ignored ld: unknown option: -soname=example.so clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [example.make:80: ../../bin/release/example.so] Error 1 gmake: *** [Makefile:92: example] Error 2 gmake: *** Waiting for unfinished jobs.... hmac_drbg.c In file included from ../../contrib/curl/lib/http_ntlm.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. http_proxy.c md.c In file included from ../../contrib/curl/lib/http_proxy.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // idn_win32.c In file included from ../../contrib/curl/lib/idn_win32.c:27: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // md2.c 1 warning generated. 1 warning generated. md4.c if2ip.c md5.c In file included from ../../contrib/curl/lib/if2ip.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // memory_buffer_alloc.c 1 warning generated. imap.c net_sockets.c In file included from ../../contrib/curl/lib/imap.c:35: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // nist_kw.c 1 warning generated. inet_ntop.c oid.c In file included from ../../contrib/curl/lib/inet_ntop.c:21: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // padlock.c inet_pton.c 1 warning generated. krb5.c In file included from ../../contrib/curl/lib/inet_pton.c:19: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // pem.c In file included from ../../contrib/curl/lib/krb5.c:35: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. pk.c 1 warning generated. krb5_gssapi.c In file included from ../../contrib/curl/lib/vauth/krb5_gssapi.c:26: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. pk_wrap.c krb5_sspi.c pkcs11.c In file included from ../../contrib/curl/lib/vauth/krb5_sspi.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // ldap.c 1 warning generated. llist.c pkcs12.c In file included from ../../contrib/curl/lib/ldap.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/llist.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. mbedtls.c 1 warning generated. In file included from ../../contrib/curl/lib/vtls/mbedtls.c:30: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // pkcs5.c pkparse.c 1 warning generated. md4.c pkwrite.c In file included from ../../contrib/curl/lib/md4.c:38: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // md5.c 1 warning generated. memdebug.c In file included from ../../contrib/curl/lib/md5.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/memdebug.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // platform.c ../../contrib/curl/lib/md5.c:112:3: warning: 'CC_MD5_Init' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations] CC_MD5_Init(ctx); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/CommonCrypto/CommonDigest.h:133:12: note: 'CC_MD5_Init' has been explicitly marked deprecated here extern int CC_MD5_Init(CC_MD5_CTX *c) ^ ../../contrib/curl/lib/md5.c:119:3: warning: 'CC_MD5_Update' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations] CC_MD5_Update(ctx, input, inputLen); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/CommonCrypto/CommonDigest.h:136:12: note: 'CC_MD5_Update' has been explicitly marked deprecated here extern int CC_MD5_Update(CC_MD5_CTX *c, const void *data, CC_LONG len) ^ ../../contrib/curl/lib/md5.c:124:3: warning: 'CC_MD5_Final' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations] CC_MD5_Final(digest, ctx); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/CommonCrypto/CommonDigest.h:139:12: note: 'CC_MD5_Final' has been explicitly marked deprecated here extern int CC_MD5_Final(unsigned char *md, CC_MD5_CTX *c) ^ 1 warning generated. 4 warnings generated. mprintf.c multi.c In file included from ../../contrib/curl/lib/mprintf.c:38: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/multi.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // platform_util.c poly1305.c 1 warning generated. psa_crypto.c 1 warning generated. netrc.c non-ascii.c In file included from ../../contrib/curl/lib/non-ascii.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] In file included from ../../contrib/curl/lib/netrc.c:23: ../../contrib/curl/lib/curl_setup.h:94#ifdef __APPLE__ && __MACH__:18 ^ // : warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. psa_crypto_driver_wrappers.c 1 warning generated. nonblock.c In file included from ../../contrib/curl/lib/nonblock.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // psa_crypto_se.c 1 warning generated. nss.c ntlm.c In file included from ../../contrib/curl/lib/vtls/nss.c:28: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // psa_crypto_slot_management.c In file included from ../../contrib/curl/lib/vauth/ntlm.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. psa_crypto_storage.c 1 warning generated. ntlm_sspi.c In file included from ../../contrib/curl/lib/vauth/ntlm_sspi.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // psa_its_file.c 1 warning generated. nwlib.c ripemd160.c In file included from ../../contrib/curl/lib/nwlib.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. nwos.c oauth2.c In file included from ../../contrib/curl/lib/nwos.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/vauth/oauth2.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. openldap.c rsa.c 1 warning generated. openssl.c In file included from ../../contrib/curl/lib/openldap.c:24: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/vtls/openssl.c:33: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. rsa_internal.c 1 warning generated. parsedate.c In file included from ../../contrib/curl/lib/parsedate.c:76: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // pingpong.c sha1.c 1 warning generated. In file included from ../../contrib/curl/lib/pingpong.c:26: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // sha256.c 1 warning generated. pipeline.c In file included from ../../contrib/curl/lib/pipeline.c:24: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // polarssl.c sha512.c 1 warning generated. ssl_cache.c In file included from ../../contrib/curl/lib/vtls/polarssl.c:30: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. polarssl_threadlock.c In file included from ../../contrib/curl/lib/vtls/polarssl_threadlock.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // ssl_ciphersuites.c 1 warning generated. pop3.c ssl_cli.c In file included from ../../contrib/curl/lib/pop3.c:37: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. progress.c ssl_cookie.c In file included from ../../contrib/curl/lib/progress.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. ssl_msg.c rand.c ssl_srv.c In file included from ../../contrib/curl/lib/rand.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. rtsp.c In file included from ../../contrib/curl/lib/rtsp.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. schannel.c In file included from ../../contrib/curl/lib/vtls/schannel.c:41: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // security.c 1 warning generated. select.c In file included from ../../contrib/curl/lib/security.c:44: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/select.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. ssl_ticket.c ssl_tls.c 1 warning generated. sendf.c In file included from ../../contrib/curl/lib/sendf.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // ssl_tls13_keys.c threading.c 1 warning generated. share.c timing.c In file included from ../../contrib/curl/lib/share.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // slist.c 1 warning generated. version.c In file included from ../../contrib/curl/lib/slist.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // version_features.c x509.c 1 warning generated. smb.c x509_create.c In file included from ../../contrib/curl/lib/smb.c:24: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. smtp.c In file included from ../../contrib/curl/lib/smtp.c:36: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // socks.c x509_crl.c 1 warning generated. socks_gssapi.c In file included from ../../contrib/curl/lib/socks.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/socks_gssapi.c:24: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. socks_sspi.c 1 warning generated. x509_crt.c speedcheck.c In file included from ../../contrib/curl/lib/socks_sspi.c:24: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. x509_csr.c In file included from ../../contrib/curl/lib/speedcheck.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. splay.c x509write_crt.c In file included from ../../contrib/curl/lib/splay.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. spnego_gssapi.c x509write_csr.c xtea.c In file included from ../../contrib/curl/lib/vauth/spnego_gssapi.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. spnego_sspi.c ssh.c In file included from ../../contrib/curl/lib/vauth/spnego_sspi.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // Linking mbedtls-lib 1 warning generated. strcase.c In file included from ../../contrib/curl/lib/ssh.c:25: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // strdup.c 1 warning generated. strerror.c In file included from ../../contrib/curl/lib/strcase.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/strdup.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/strerror.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. strtok.c 1 warning generated. strtoofft.c 1 warning generated. system_win32.c In file included from ../../contrib/curl/lib/strtok.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/strtoofft.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. telnet.c 1 warning generated. tftp.c In file included from ../../contrib/curl/lib/system_win32.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. In file included from ../../contrib/curl/lib/telnet.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // timeval.c In file included from ../../contrib/curl/lib/tftp.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. transfer.c 1 warning generated. In file included from ../../contrib/curl/lib/timeval.c:23: In file included from ../../contrib/curl/lib/timeval.h:30: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // url.c In file included from ../../contrib/curl/lib/transfer.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. vauth.c In file included from ../../contrib/curl/lib/url.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/vauth/vauth.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. version.c 1 warning generated. vtls.c In file included from ../../contrib/curl/lib/version.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/vtls/vtls.c:47: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. warnless.c In file included from ../../contrib/curl/lib/warnless.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. wildcard.c 1 warning generated. x509asn1.c 1 warning generated. In file included from ../../contrib/curl/lib/wildcard.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // In file included from ../../contrib/curl/lib/x509asn1.c:23: ../../contrib/curl/lib/curl_setup.h:94:18: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef __APPLE__ && __MACH__ ^ // 1 warning generated. 1 warning generated. Linking curl-lib *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/premake5 *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/premake5