Snippets for squeezelite 2.0.0.1541 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/squeezelite/2.0.0.1541_1/150arm64-default.log.
-
dsd.c:464:33: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 464 | double scaled = *iptrf++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
dsd.c:476:35: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 476 | double scaledl = *iptrfl++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
dsd.c:477:35: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 477 | double scaledr = *iptrfr++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
dsd.c:681:32: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 681 | double scaled = *iptrf++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
dsd.c:693:34: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 693 | double scaledl = *iptrfl++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
dsd.c:694:34: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 694 | double scaledr = *iptrfr++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
ffmpeg.c:348:9: warning: assigning to 'AVCodec *' (aka 'struct AVCodec *') from 'const AVCodec *' (aka 'const struct AVCodec *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 348 | codec = AVCODEC(ff, find_decoder, ff->codecP->codec_id); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
ffmpeg.c:478:37: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 478 | double scaledl = *iptrfl++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
ffmpeg.c:479:37: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 479 | double scaledr = *iptrfr++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
ffmpeg.c:517:36: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 517 | double scaled = *iptrfl++ * 0x7fffffff; | ~ ^~~~~~~~~~ -
ffmpeg.c:598:19: warning: assigning to 'AVInputFormat *' (aka 'struct AVInputFormat *') from 'const AVInputFormat *' (aka 'const struct AVInputFormat *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 598 | ff->input_format = AV(ff, find_input_format, "asf"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
ffmpeg.c:614:19: warning: assigning to 'AVInputFormat *' (aka 'struct AVInputFormat *') from 'const AVInputFormat *' (aka 'const struct AVInputFormat *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 614 | ff->input_format = AV(ff, find_input_format, "mp4"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~