Snippets for argyllcms 3.4.1 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/dyazz7liaj5lipajjgm1drdin6gvqvfw-argyllcms-3.4.1.drv.
-
yajl/yajl_gen.c:269:16: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'longlong' {aka 'long int'} [-Wformat=] 269 | sprintf(i, "%" PF64PREC "d", number); | ^~~ ~~~~~~ | | | longlong {aka long int} -
xicc/cam02.c:634:9: warning: 'icmCpy3x3' accessing 72 bytes in a region of size 24 [-Wstringop-overflow=] 634 | icmCpy3x3(s->cc2, s->cc); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
xicc/cam02.c:641:9: warning: 'icmMul3x3' accessing 72 bytes in a region of size 24 [-Wstringop-overflow=] 641 | icmMul3x3(s->cc, tm); | ^~~~~~~~~~~~~~~~~~~~ -
xicc/cam02.c:659:9: warning: 'icmMul3x3' accessing 72 bytes in a region of size 24 [-Wstringop-overflow=] 659 | icmMul3x3(s->cc, tm); | ^~~~~~~~~~~~~~~~~~~~ -
xicc/cam02.c:664:9: warning: 'icmInverse3x3' accessing 72 bytes in a region of size 24 [-Wstringop-overflow=] 664 | icmInverse3x3(s->icc, s->cc); /* Hmm. we assume it cannot fail */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
xicc/ccmx.c:713:17: warning: 'icmMulBy3x3' accessing 72 bytes in a region of size 24 [-Wstringop-overflow=] 713 | icmMulBy3x3(xyz, p->matrix, cx.cols[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
xicc/ccss.c:147:74: warning: '%s' directive writing up to 1999 bytes into a region of size between 1871 and 1970 [-Wformat-overflow=] 147 | sprintf(p->e.m, "cgats add_field %s failed with '%s'",buf,ocg->e.m); | ^~ -
xicc/ccss.c:131:73: warning: '%s' directive writing up to 1999 bytes into a region of size 1961 [-Wformat-overflow=] 131 | sprintf(p->e.m, "cgats add_field SAMPLE_ID failed with '%s'!",ocg->e.m); | ^~ -
spectro/dtp20.c:976:31: warning: '%03d' directive writing between 3 and 11 bytes into a region of size 10 [-Wformat-overflow=] 976 | sprintf(cmd, "%03d01GM\r",p->savix); | ^~~~ -
spectro/dispwin.c:757:50: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'XID' {aka 'long unsigned int'} [-Wformat=] 757 | debugrr2((errout,"XRRGetOutputPrimary returned XID %x\n",primary)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ | | | XID {aka long unsigned int} -
spectro/dispwin.c:1571:41: warning: too many arguments for format [-Wformat-extra-args] 1571 | debugr2((errout,"XF86VidModeGetGammaRampSize number of entries %d inconsistent with previous value\n",nent,p->nent)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:5442:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 5442 | debugr2((errout,"new_dispwin: Default Visual red mask 0x%x is not %d bits\n",vinfo->red_mask,p->fdepth)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ | | | long unsigned int -
spectro/dispwin.c:5455:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 5455 | debugr2((errout,"new_dispwin: Default Visual green mask 0x%x is not %d bits\n",vinfo->red_mask,p->fdepth)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ | | | long unsigned int -
spectro/dispwin.c:5468:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 5468 | debugr2((errout,"new_dispwin: Default Visual blue mask 0x%x is not %d bits\n",vinfo->red_mask,p->fdepth)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ | | | long unsigned int -
spectro/dispwin.c:3177:25: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 3177 | setegid(getgid()); | ^~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:3178:25: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 3178 | seteuid(getuid()); | ^~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:3678:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 3678 | system("xscreensaver -nosplash 2>/dev/null >/dev/null&"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:3687:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 3687 | system("dcop kdesktop KScreensaverIface enable true 2>&1 >/dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:5784:41: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 5784 | system("xscreensaver-command -exit 2>/dev/null >/dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:5801:49: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 5801 | freopen("/dev/null", "r", stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:5802:49: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 5802 | freopen("/dev/null", "a", stdout); /* Hide output */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:5803:49: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 5803 | freopen("/dev/null", "a", stderr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
spectro/dispwin.c:5822:41: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 5822 | system("dcop kdesktop KScreensaverIface enable false 2>&1 >/dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
render/render.c:319:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 319 | uint16 samplesperpixel = 0, bitspersample = 0; | ^~~~~~ -
render/render.c:319:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
render/render.c:320:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 320 | uint16 extrasamples = 0; /* Extra "alpha" samples */ | ^~~~~~ -
render/render.c:321:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 321 | uint16 extrainfo[MXCH2D]; /* Info about extra samples */ | ^~~~~~ -
render/render.c:322:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 322 | uint16 photometric = 0; | ^~~~~~ -
render/render.c:323:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 323 | uint16 inkset = 0xffff; | ^~~~~~ -
namedc/namedc.c:955:93: warning: '%s' directive output may be truncated writing up to 1999 bytes into a region of size 960 [-Wformat-truncation=] 955 | snprintf(p->err, NAMEDC_ERRL, "Opening ICC file '%s' failed with %s (0x%x, '%s')", | ^~ 956 | p->filename,strerror(errno),err.c,err.m); | ~~~~~ -
zlib/adler32.c:65:15: warning: old-style function definition [-Wold-style-definition] 65 | uLong ZEXPORT adler32(adler, buf, len) | ^~~~~~~ -
zlib/adler32.c:136:13: warning: old-style function definition [-Wold-style-definition] 136 | local uLong adler32_combine_(adler1, adler2, len2) | ^~~~~~~~~~~~~~~~ -
zlib/adler32.c:165:15: warning: old-style function definition [-Wold-style-definition] 165 | uLong ZEXPORT adler32_combine(adler1, adler2, len2) | ^~~~~~~~~~~~~~~ -
zlib/adler32.c:173:15: warning: old-style function definition [-Wold-style-definition] 173 | uLong ZEXPORT adler32_combine64(adler1, adler2, len2) | ^~~~~~~~~~~~~~~~~ -
zlib/compress.c:22:13: warning: old-style function definition [-Wold-style-definition] 22 | int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) | ^~~~~~~~~ -
zlib/compress.c:62:13: warning: old-style function definition [-Wold-style-definition] 62 | int ZEXPORT compress (dest, destLen, source, sourceLen) | ^~~~~~~~ -
zlib/compress.c:75:15: warning: old-style function definition [-Wold-style-definition] 75 | uLong ZEXPORT compressBound (sourceLen) | ^~~~~~~~~~~~~ -
zlib/zcrc32.c:204:23: warning: old-style function definition [-Wold-style-definition] 204 | unsigned long ZEXPORT crc32(crc, buf, len) | ^~~~~ -
zlib/zcrc32.c:247:21: warning: old-style function definition [-Wold-style-definition] 247 | local unsigned long crc32_little(crc, buf, len) | ^~~~~~~~~~~~ -
zlib/zcrc32.c:287:21: warning: old-style function definition [-Wold-style-definition] 287 | local unsigned long crc32_big(crc, buf, len) | ^~~~~~~~~ -
zlib/zcrc32.c:327:21: warning: old-style function definition [-Wold-style-definition] 327 | local unsigned long gf2_matrix_times(mat, vec) | ^~~~~~~~~~~~~~~~ -
zlib/zcrc32.c:344:12: warning: old-style function definition [-Wold-style-definition] 344 | local void gf2_matrix_square(square, mat) | ^~~~~~~~~~~~~~~~~ -
zlib/zcrc32.c:355:13: warning: old-style function definition [-Wold-style-definition] 355 | local uLong crc32_combine_(crc1, crc2, len2) | ^~~~~~~~~~~~~~ -
zlib/zcrc32.c:411:15: warning: old-style function definition [-Wold-style-definition] 411 | uLong ZEXPORT crc32_combine(crc1, crc2, len2) | ^~~~~~~~~~~~~ -
zlib/zcrc32.c:419:15: warning: old-style function definition [-Wold-style-definition] 419 | uLong ZEXPORT crc32_combine64(crc1, crc2, len2) | ^~~~~~~~~~~~~~~ -
zlib/deflate.c:201:13: warning: old-style function definition [-Wold-style-definition] 201 | int ZEXPORT deflateInit_(strm, level, version, stream_size) | ^~~~~~~~~~~~ -
zlib/deflate.c:213:13: warning: old-style function definition [-Wold-style-definition] 213 | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, | ^~~~~~~~~~~~~ -
zlib/deflate.c:323:13: warning: old-style function definition [-Wold-style-definition] 323 | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) | ^~~~~~~~~~~~~~~~~~~~ -
zlib/deflate.c:392:13: warning: old-style function definition [-Wold-style-definition] 392 | int ZEXPORT deflateResetKeep (strm) | ^~~~~~~~~~~~~~~~ -
zlib/deflate.c:427:13: warning: old-style function definition [-Wold-style-definition] 427 | int ZEXPORT deflateReset (strm) | ^~~~~~~~~~~~ -
zlib/deflate.c:439:13: warning: old-style function definition [-Wold-style-definition] 439 | int ZEXPORT deflateSetHeader (strm, head) | ^~~~~~~~~~~~~~~~ -
zlib/deflate.c:450:13: warning: old-style function definition [-Wold-style-definition] 450 | int ZEXPORT deflatePending (strm, pending, bits) | ^~~~~~~~~~~~~~ -
zlib/deflate.c:464:13: warning: old-style function definition [-Wold-style-definition] 464 | int ZEXPORT deflatePrime (strm, bits, value) | ^~~~~~~~~~~~ -
zlib/deflate.c:490:13: warning: old-style function definition [-Wold-style-definition] 490 | int ZEXPORT deflateParams(strm, level, strategy) | ^~~~~~~~~~~~~ -
zlib/deflate.c:531:13: warning: old-style function definition [-Wold-style-definition] 531 | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) | ^~~~~~~~~~~ -
zlib/deflate.c:566:15: warning: old-style function definition [-Wold-style-definition] 566 | uLong ZEXPORT deflateBound(strm, sourceLen) | ^~~~~~~~~~~~ -
zlib/deflate.c:628:12: warning: old-style function definition [-Wold-style-definition] 628 | local void putShortMSB (s, b) | ^~~~~~~~~~~ -
zlib/deflate.c:642:12: warning: old-style function definition [-Wold-style-definition] 642 | local void flush_pending(strm) | ^~~~~~~~~~~~~ -
zlib/deflate.c:665:13: warning: old-style function definition [-Wold-style-definition] 665 | int ZEXPORT deflate (strm, flush) | ^~~~~~~ -
zlib/deflate.c:979:13: warning: old-style function definition [-Wold-style-definition] 979 | int ZEXPORT deflateEnd (strm) | ^~~~~~~~~~ -
zlib/deflate.c:1014:13: warning: old-style function definition [-Wold-style-definition] 1014 | int ZEXPORT deflateCopy (dest, source) | ^~~~~~~~~~~ -
zlib/deflate.c:1076:11: warning: old-style function definition [-Wold-style-definition] 1076 | local int read_buf(strm, buf, size) | ^~~~~~~~ -
zlib/deflate.c:1106:12: warning: old-style function definition [-Wold-style-definition] 1106 | local void lm_init (s) | ^~~~~~~ -
zlib/deflate.c:1148:12: warning: old-style function definition [-Wold-style-definition] 1148 | local uInt longest_match(s, cur_match) | ^~~~~~~~~~~~~ -
zlib/deflate.c:1390:12: warning: old-style function definition [-Wold-style-definition] 1390 | local void fill_window(s) | ^~~~~~~~~~~ -
zlib/deflate.c:1564:19: warning: old-style function definition [-Wold-style-definition] 1564 | local block_state deflate_stored(s, flush) | ^~~~~~~~~~~~~~ -
zlib/deflate.c:1628:19: warning: old-style function definition [-Wold-style-definition] 1628 | local block_state deflate_fast(s, flush) | ^~~~~~~~~~~~ -
zlib/deflate.c:1730:19: warning: old-style function definition [-Wold-style-definition] 1730 | local block_state deflate_slow(s, flush) | ^~~~~~~~~~~~ -
zlib/deflate.c:1861:19: warning: old-style function definition [-Wold-style-definition] 1861 | local block_state deflate_rle(s, flush) | ^~~~~~~~~~~ -
zlib/deflate.c:1934:19: warning: old-style function definition [-Wold-style-definition] 1934 | local block_state deflate_huff(s, flush) | ^~~~~~~~~~~~ -
zlib/gzclose.c:11:13: warning: old-style function definition [-Wold-style-definition] 11 | int ZEXPORT gzclose(file) | ^~~~~~~ -
zlib/gzlib.c:75:12: warning: old-style function definition [-Wold-style-definition] 75 | local void gz_reset(state) | ^~~~~~~~ -
zlib/gzlib.c:91:14: warning: old-style function definition [-Wold-style-definition] 91 | local gzFile gz_open(path, fd, mode) | ^~~~~~~ -
zlib/gzlib.c:268:16: warning: old-style function definition [-Wold-style-definition] 268 | gzFile ZEXPORT gzopen(path, mode) | ^~~~~~ -
zlib/gzlib.c:276:16: warning: old-style function definition [-Wold-style-definition] 276 | gzFile ZEXPORT gzopen64(path, mode) | ^~~~~~~~ -
zlib/gzlib.c:284:16: warning: old-style function definition [-Wold-style-definition] 284 | gzFile ZEXPORT gzdopen(fd, mode) | ^~~~~~~ -
zlib/gzlib.c:314:13: warning: old-style function definition [-Wold-style-definition] 314 | int ZEXPORT gzbuffer(file, size) | ^~~~~~~~ -
zlib/gzlib.c:339:13: warning: old-style function definition [-Wold-style-definition] 339 | int ZEXPORT gzrewind(file) | ^~~~~~~~ -
zlib/gzlib.c:362:19: warning: old-style function definition [-Wold-style-definition] 362 | z_off64_t ZEXPORT gzseek64(file, offset, whence) | ^~~~~~~~ -
zlib/gzlib.c:439:17: warning: old-style function definition [-Wold-style-definition] 439 | z_off_t ZEXPORT gzseek(file, offset, whence) | ^~~~~~ -
zlib/gzlib.c:451:19: warning: old-style function definition [-Wold-style-definition] 451 | z_off64_t ZEXPORT gztell64(file) | ^~~~~~~~ -
zlib/gzlib.c:468:17: warning: old-style function definition [-Wold-style-definition] 468 | z_off_t ZEXPORT gztell(file) | ^~~~~~ -
zlib/gzlib.c:478:19: warning: old-style function definition [-Wold-style-definition] 478 | z_off64_t ZEXPORT gzoffset64(file) | ^~~~~~~~~~ -
zlib/gzlib.c:501:17: warning: old-style function definition [-Wold-style-definition] 501 | z_off_t ZEXPORT gzoffset(file) | ^~~~~~~~ -
zlib/gzlib.c:511:13: warning: old-style function definition [-Wold-style-definition] 511 | int ZEXPORT gzeof(file) | ^~~~~ -
zlib/gzlib.c:528:22: warning: old-style function definition [-Wold-style-definition] 528 | const char * ZEXPORT gzerror(file, errnum) | ^~~~~~~ -
zlib/gzlib.c:549:14: warning: old-style function definition [-Wold-style-definition] 549 | void ZEXPORT gzclearerr(file) | ^~~~~~~~~~ -
zlib/gzlib.c:575:20: warning: old-style function definition [-Wold-style-definition] 575 | void ZLIB_INTERNAL gz_error(state, err, msg) | ^~~~~~~~ -
zlib/gzread.c:20:11: warning: old-style function definition [-Wold-style-definition] 20 | local int gz_load(state, buf, len, have) | ^~~~~~~ -
zlib/gzread.c:51:11: warning: old-style function definition [-Wold-style-definition] 51 | local int gz_avail(state) | ^~~~~~~~ -
zlib/gzread.c:86:11: warning: old-style function definition [-Wold-style-definition] 86 | local int gz_look(state) | ^~~~~~~ -
zlib/gzread.c:172:11: warning: old-style function definition [-Wold-style-definition] 172 | local int gz_decomp(state) | ^~~~~~~~~ -
zlib/gzread.c:226:11: warning: old-style function definition [-Wold-style-definition] 226 | local int gz_fetch(state) | ^~~~~~~~ -
zlib/gzread.c:256:11: warning: old-style function definition [-Wold-style-definition] 256 | local int gz_skip(state, len) | ^~~~~~~ -
zlib/gzread.c:288:13: warning: old-style function definition [-Wold-style-definition] 288 | int ZEXPORT gzread(file, buf, len) | ^~~~~~ -
zlib/gzread.c:387:13: warning: old-style function definition [-Wold-style-definition] 387 | int ZEXPORT gzgetc(file) | ^~~~~~ -
zlib/gzread.c:416:13: warning: old-style function definition [-Wold-style-definition] 416 | int ZEXPORT gzgetc_(file) | ^~~~~~~ -
zlib/gzread.c:423:13: warning: old-style function definition [-Wold-style-definition] 423 | int ZEXPORT gzungetc(c, file) | ^~~~~~~~ -
zlib/gzread.c:483:16: warning: old-style function definition [-Wold-style-definition] 483 | char * ZEXPORT gzgets(file, buf, len) | ^~~~~~ -
zlib/gzread.c:547:13: warning: old-style function definition [-Wold-style-definition] 547 | int ZEXPORT gzdirect(file) | ^~~~~~~~ -
zlib/gzread.c:567:13: warning: old-style function definition [-Wold-style-definition] 567 | int ZEXPORT gzclose_r(file) | ^~~~~~~~~ -
zlib/gzwrite.c:15:11: warning: old-style function definition [-Wold-style-definition] 15 | local int gz_init(state) | ^~~~~~~ -
zlib/gzwrite.c:70:11: warning: old-style function definition [-Wold-style-definition] 70 | local int gz_comp(state, flush) | ^~~~~~~ -
zlib/gzwrite.c:133:11: warning: old-style function definition [-Wold-style-definition] 133 | local int gz_zero(state, len) | ^~~~~~~ -
zlib/gzwrite.c:165:13: warning: old-style function definition [-Wold-style-definition] 165 | int ZEXPORT gzwrite(file, buf, len) | ^~~~~~~ -
zlib/gzwrite.c:245:13: warning: old-style function definition [-Wold-style-definition] 245 | int ZEXPORT gzputc(file, c) | ^~~~~~ -
zlib/gzwrite.c:293:13: warning: old-style function definition [-Wold-style-definition] 293 | int ZEXPORT gzputs(file, str) | ^~~~~~ -
zlib/gzwrite.c:465:13: warning: old-style function definition [-Wold-style-definition] 465 | int ZEXPORT gzflush(file, flush) | ^~~~~~~ -
zlib/gzwrite.c:497:13: warning: old-style function definition [-Wold-style-definition] 497 | int ZEXPORT gzsetparams(file, level, strategy) | ^~~~~~~~~~~ -
zlib/gzwrite.c:539:13: warning: old-style function definition [-Wold-style-definition] 539 | int ZEXPORT gzclose_w(file) | ^~~~~~~~~ -
zlib/infback.c:28:13: warning: old-style function definition [-Wold-style-definition] 28 | int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) | ^~~~~~~~~~~~~~~~ -
zlib/infback.c:82:12: warning: old-style function definition [-Wold-style-definition] 82 | local void fixedtables(state) | ^~~~~~~~~~~ -
zlib/infback.c:250:13: warning: old-style function definition [-Wold-style-definition] 250 | int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) | ^~~~~~~~~~~ -
zlib/infback.c:631:13: warning: old-style function definition [-Wold-style-definition] 631 | int ZEXPORT inflateBackEnd(strm) | ^~~~~~~~~~~~~~ -
zlib/inffast.c:67:20: warning: old-style function definition [-Wold-style-definition] 67 | void ZLIB_INTERNAL inflate_fast(strm, start) | ^~~~~~~~~~~~ -
zlib/inflate.c:104:13: warning: old-style function definition [-Wold-style-definition] 104 | int ZEXPORT inflateResetKeep(strm) | ^~~~~~~~~~~~~~~~ -
zlib/inflate.c:129:13: warning: old-style function definition [-Wold-style-definition] 129 | int ZEXPORT inflateReset(strm) | ^~~~~~~~~~~~ -
zlib/inflate.c:142:13: warning: old-style function definition [-Wold-style-definition] 142 | int ZEXPORT inflateReset2(strm, windowBits) | ^~~~~~~~~~~~~ -
zlib/inflate.c:180:13: warning: old-style function definition [-Wold-style-definition] 180 | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) | ^~~~~~~~~~~~~ -
zlib/inflate.c:222:13: warning: old-style function definition [-Wold-style-definition] 222 | int ZEXPORT inflateInit_(strm, version, stream_size) | ^~~~~~~~~~~~ -
zlib/inflate.c:230:13: warning: old-style function definition [-Wold-style-definition] 230 | int ZEXPORT inflatePrime(strm, bits, value) | ^~~~~~~~~~~~ -
zlib/inflate.c:261:12: warning: old-style function definition [-Wold-style-definition] 261 | local void fixedtables(state) | ^~~~~~~~~~~ -
zlib/inflate.c:379:11: warning: old-style function definition [-Wold-style-definition] 379 | local int updatewindow(strm, end, copy) | ^~~~~~~~~~~~ -
zlib/inflate.c:605:13: warning: old-style function definition [-Wold-style-definition] 605 | int ZEXPORT inflate(strm, flush) | ^~~~~~~ -
zlib/inflate.c:1254:13: warning: old-style function definition [-Wold-style-definition] 1254 | int ZEXPORT inflateEnd(strm) | ^~~~~~~~~~ -
zlib/inflate.c:1268:13: warning: old-style function definition [-Wold-style-definition] 1268 | int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) | ^~~~~~~~~~~~~~~~~~~~ -
zlib/inflate.c:1291:13: warning: old-style function definition [-Wold-style-definition] 1291 | int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) | ^~~~~~~~~~~~~~~~~~~~ -
zlib/inflate.c:1326:13: warning: old-style function definition [-Wold-style-definition] 1326 | int ZEXPORT inflateGetHeader(strm, head) | ^~~~~~~~~~~~~~~~ -
zlib/inflate.c:1354:16: warning: old-style function definition [-Wold-style-definition] 1354 | local unsigned syncsearch(have, buf, len) | ^~~~~~~~~~ -
zlib/inflate.c:1377:13: warning: old-style function definition [-Wold-style-definition] 1377 | int ZEXPORT inflateSync(strm) | ^~~~~~~~~~~ -
zlib/inflate.c:1428:13: warning: old-style function definition [-Wold-style-definition] 1428 | int ZEXPORT inflateSyncPoint(strm) | ^~~~~~~~~~~~~~~~ -
zlib/inflate.c:1438:13: warning: old-style function definition [-Wold-style-definition] 1438 | int ZEXPORT inflateCopy(dest, source) | ^~~~~~~~~~~ -
zlib/inflate.c:1485:13: warning: old-style function definition [-Wold-style-definition] 1485 | int ZEXPORT inflateUndermine(strm, subvert) | ^~~~~~~~~~~~~~~~ -
zlib/inflate.c:1502:14: warning: old-style function definition [-Wold-style-definition] 1502 | long ZEXPORT inflateMark(strm) | ^~~~~~~~~~~ -
zlib/inftrees.c:32:19: warning: old-style function definition [-Wold-style-definition] 32 | int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) | ^~~~~~~~~~~~~ -
zlib/trees.c:381:20: warning: old-style function definition [-Wold-style-definition] 381 | void ZLIB_INTERNAL _tr_init(s) | ^~~~~~~~ -
zlib/trees.c:409:12: warning: old-style function definition [-Wold-style-definition] 409 | local void init_block(s) | ^~~~~~~~~~ -
zlib/trees.c:453:12: warning: old-style function definition [-Wold-style-definition] 453 | local void pqdownheap(s, tree, k) | ^~~~~~~~~~ -
zlib/trees.c:488:12: warning: old-style function definition [-Wold-style-definition] 488 | local void gen_bitlen(s, desc) | ^~~~~~~~~~ -
zlib/trees.c:575:12: warning: old-style function definition [-Wold-style-definition] 575 | local void gen_codes (tree, max_code, bl_count) | ^~~~~~~~~ -
zlib/trees.c:617:12: warning: old-style function definition [-Wold-style-definition] 617 | local void build_tree(s, desc) | ^~~~~~~~~~ -
zlib/trees.c:705:12: warning: old-style function definition [-Wold-style-definition] 705 | local void scan_tree (s, tree, max_code) | ^~~~~~~~~ -
zlib/trees.c:750:12: warning: old-style function definition [-Wold-style-definition] 750 | local void send_tree (s, tree, max_code) | ^~~~~~~~~ -
zlib/trees.c:801:11: warning: old-style function definition [-Wold-style-definition] 801 | local int build_bl_tree(s) | ^~~~~~~~~~~~~ -
zlib/trees.c:836:12: warning: old-style function definition [-Wold-style-definition] 836 | local void send_all_trees(s, lcodes, dcodes, blcodes) | ^~~~~~~~~~~~~~ -
zlib/trees.c:865:20: warning: old-style function definition [-Wold-style-definition] 865 | void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) | ^~~~~~~~~~~~~~~~ -
zlib/trees.c:882:20: warning: old-style function definition [-Wold-style-definition] 882 | void ZLIB_INTERNAL _tr_flush_bits(s) | ^~~~~~~~~~~~~~ -
zlib/trees.c:892:20: warning: old-style function definition [-Wold-style-definition] 892 | void ZLIB_INTERNAL _tr_align(s) | ^~~~~~~~~ -
zlib/trees.c:907:20: warning: old-style function definition [-Wold-style-definition] 907 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) | ^~~~~~~~~~~~~~~ -
zlib/trees.c:1010:19: warning: old-style function definition [-Wold-style-definition] 1010 | int ZLIB_INTERNAL _tr_tally (s, dist, lc) | ^~~~~~~~~ -
zlib/trees.c:1060:12: warning: old-style function definition [-Wold-style-definition] 1060 | local void compress_block(s, ltree, dtree) | ^~~~~~~~~~~~~~ -
zlib/trees.c:1120:11: warning: old-style function definition [-Wold-style-definition] 1120 | local int detect_data_type(s) | ^~~~~~~~~~~~~~~~ -
zlib/trees.c:1154:16: warning: old-style function definition [-Wold-style-definition] 1154 | local unsigned bi_reverse(code, len) | ^~~~~~~~~~ -
zlib/trees.c:1169:12: warning: old-style function definition [-Wold-style-definition] 1169 | local void bi_flush(s) | ^~~~~~~~ -
zlib/trees.c:1186:12: warning: old-style function definition [-Wold-style-definition] 1186 | local void bi_windup(s) | ^~~~~~~~~ -
zlib/trees.c:1205:12: warning: old-style function definition [-Wold-style-definition] 1205 | local void copy_block(s, buf, len, header) | ^~~~~~~~~~ -
zlib/uncompr.c:24:13: warning: old-style function definition [-Wold-style-definition] 24 | int ZEXPORT uncompress (dest, destLen, source, sourceLen) | ^~~~~~~~~~ -
zlib/zutil.c:136:22: warning: old-style function definition [-Wold-style-definition] 136 | const char * ZEXPORT zError(err) | ^~~~~~ -
zlib/zutil.c:304:22: warning: old-style function definition [-Wold-style-definition] 304 | voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) | ^~~~~~~ -
zlib/zutil.c:314:20: warning: old-style function definition [-Wold-style-definition] 314 | void ZLIB_INTERNAL zcfree (opaque, ptr) | ^~~~~~ -
yajl/yajl_test.c:82:25: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'longlong' {aka 'long int'} [-Wformat=] 82 | printf("integer: %lld\n", integerVal); | ~~~^ ~~~~~~~~~~ | | | | | longlong {aka long int} | long long int | %ld -
xicc/tiffgamut.c:386:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 386 | uint16 samplesperpixel, bitspersample; | ^~~~~~ -
xicc/tiffgamut.c:386:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
xicc/tiffgamut.c:387:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 387 | uint16 pconfig, photometric, pmtc; | ^~~~~~ -
xicc/tiffgamut.c:387:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
xicc/tiffgamut.c:392:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 392 | uint16 extrasamples = 0; /* Extra "alpha" samples */ | ^~~~~~ -
xicc/tiffgamut.c:393:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 393 | uint16 *extrainfo = NULL; /* Info about extra samples */ | ^~~~~~ -
xicc/tiffgmts.c:316:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 316 | uint16 samplesperpixel, bitspersample; | ^~~~~~ -
xicc/tiffgmts.c:316:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
xicc/tiffgmts.c:317:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 317 | uint16 pconfig, photometric, pmtc; | ^~~~~~ -
xicc/tiffgmts.c:317:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
xicc/tiffgmts.c:318:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 318 | uint16 resunits; | ^~~~~~ -
xicc/tiffgmts.c:323:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 323 | uint16 extrasamples; /* Extra "alpha" samples */ | ^~~~~~ -
xicc/tiffgmts.c:324:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 324 | uint16 *extrainfo; /* Info about extra samples */ | ^~~~~~ -
imdi/cctiff.c:353:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 353 | uint16 tags[10], /* Pointer to return array, up to 10 */ | ^~~~~~ -
imdi/cctiff.c:1009:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 1009 | uint16 bitspersample; /* Bits per sample */ | ^~~~~~ -
imdi/cctiff.c:1010:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 1010 | uint16 resunits; | ^~~~~~ -
imdi/cctiff.c:1012:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 1012 | uint16 pconfig; /* Planar configuration */ | ^~~~~~ -
imdi/cctiff.c:1014:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 1014 | uint16 rsamplesperpixel, wsamplesperpixel; /* Channels per sample */ | ^~~~~~ -
imdi/cctiff.c:1014:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
imdi/cctiff.c:1015:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 1015 | uint16 rphotometric, wphotometric; /* Photometrics */ | ^~~~~~ -
imdi/cctiff.c:1015:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
imdi/cctiff.c:1016:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 1016 | uint16 rextrasamples, wextrasamples; /* Extra "alpha" samples */ | ^~~~~~ -
imdi/cctiff.c:1016:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
imdi/cctiff.c:1017:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 1017 | uint16 *rextrainfo, wextrainfo[MAX_CHAN]; /* Info about extra samples */ | ^~~~~~ -
imdi/cctiff.c:1017:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
imdi/cctiff.c:1693:25: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 1693 | uint16 pmtc[10]; /* Photometrics of output file */ | ^~~~~~ -
imdi/greytiff.c:207:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 207 | uint16 samplesperpixel, bitspersample; | ^~~~~~ -
imdi/greytiff.c:207:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
imdi/greytiff.c:208:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 208 | uint16 pconfig, photometric, pmtc; | ^~~~~~ -
imdi/greytiff.c:208:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
imdi/greytiff.c:209:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 209 | uint16 resunits; | ^~~~~~ -
spectro/vinflate.c:250:12: warning: old-style function definition [-Wold-style-definition] 250 | static int huft_build(b, n, s, d, e, t, m) | ^~~~~~~~~~ -
spectro/vinflate.c:454:12: warning: old-style function definition [-Wold-style-definition] 454 | static int huft_free(t) | ^~~~~~~~~ -
spectro/vinflate.c:477:12: warning: old-style function definition [-Wold-style-definition] 477 | static int vinflate_codes(tl, td, bl, bd) | ^~~~~~~~~~~~~~ -
spectro/vinflate.c:884:12: warning: old-style function definition [-Wold-style-definition] 884 | static int vinflate_block(e) | ^~~~~~~~~~~~~~ -
spectro/inflate.c:216:12: warning: old-style function definition [-Wold-style-definition] 216 | static int huft_build(b, n, s, d, e, t, m) | ^~~~~~~~~~ -
spectro/inflate.c:418:12: warning: old-style function definition [-Wold-style-definition] 418 | static int huft_free(t) | ^~~~~~~~~ -
spectro/inflate.c:439:12: warning: old-style function definition [-Wold-style-definition] 439 | static int inflate_codes(tl, td, bl, bd) | ^~~~~~~~~~~~~ -
spectro/inflate.c:835:12: warning: old-style function definition [-Wold-style-definition] 835 | static int inflate_block(e) | ^~~~~~~~~~~~~ -
spectro/xdg_bds.c:972:36: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 972 | sprintf(buf, "%s=%s",env,envv); | ^ -
spectro/xdg_bds.c:994:46: warning: '%s' directive writing up to 199 bytes into a region of size 188 [-Wformat-overflow=] 994 | sprintf(buf, "%s=xdgtestXXX%c%s",env,SSEP,envv); | ^~ -
target/filmtarg.c:196:1: warning: old-style function definition [-Wold-style-definition] 196 | main(argc,argv) | ^~~~ -
target/filmtarg.c:97:41: warning: '%04d' directive writing between 4 and 10 bytes into a region of size 5 [-Wformat-overflow=] 97 | sprintf(slab, "P%04d",i+1); | ^~~~ -
target/ofps.c:8528:1: warning: old-style function definition [-Wold-style-definition] 8528 | main(argc,argv) | ^~~~ -
target/ifarp.c:833:1: warning: old-style function definition [-Wold-style-definition] 833 | main(argc,argv) | ^~~~ -
target/simplat.c:913:1: warning: old-style function definition [-Wold-style-definition] 913 | main(argc,argv) | ^~~~ -
target/simdlat.c:881:1: warning: old-style function definition [-Wold-style-definition] 881 | main(argc,argv) | ^~~~ -
scanin/scanin.c:170:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 170 | uint16 depth, bps; /* Useful depth, bits per sample */ | ^~~~~~ -
scanin/scanin.c:170:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
scanin/scanin.c:171:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 171 | uint16 tdepth; /* Total depth including alpha */ | ^~~~~~ -
scanin/scanin.c:172:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 172 | uint16 pconfig, photometric; | ^~~~~~ -
scanin/scanin.c:172:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
-
scanin/scanin.c:173:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 173 | uint16 rextrasamples; /* Extra "alpha" samples */ | ^~~~~~ -
scanin/scanin.c:174:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 174 | uint16 *rextrainfo; /* Info about extra samples */ | ^~~~~~ -
scanin/scanin.c:176:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 176 | uint16 resunits; | ^~~~~~ -
profile/cxf2ti3.c:932:68: warning: '%s' directive writing up to 1024 bytes into a region of size 163 [-Wformat-overflow=] 932 | sprintf(buf, "ArgyllCMS translation from CxF file '%s'",inname); | ^~ ~~~~~~