diff options
author | Martin Storsjö <martin@martin.st> | 2024-10-02 15:00:33 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2024-10-04 22:57:51 +0300 |
commit | 2705c0bd81e7fcfc67dbf05d7358e3c4ba935d18 (patch) | |
tree | 8f407d958531f4d6426fd64ee63b64f3e77b7cf3 /libavcodec/pcm-dvd.c | |
parent | 5c4ede6b4ff6fa8818f0ca3f686aa54c1c2092b8 (diff) | |
download | ffmpeg-2705c0bd81e7fcfc67dbf05d7358e3c4ba935d18.tar.gz |
configure: Enable -Wno-implicit-const-int-float-conversion if available
This silences a lot of compile warnings (around 160 instances at least), when
compiling with Clang.
These warnings look like this:
libavformat/http.c:176:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
176 | { "end_offset", "try to limit the request to bytes preceding this offset", OFFSET(end_off), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, D },
| ~ ^~~~~~~~~
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/pcm-dvd.c')
0 files changed, 0 insertions, 0 deletions