diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-05-04 22:06:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-04 23:33:59 +0200 |
commit | 5258f64a14713499cf84840b3ab3a1ee7cdcaeb8 (patch) | |
tree | abb5bf1326abaf87bc22af81fde0f07a854ee308 | |
parent | 3e173a14e99f350d03e1a420fa8f6d3a5e659c17 (diff) | |
download | ffmpeg-5258f64a14713499cf84840b3ab3a1ee7cdcaeb8.tar.gz |
Disable warnings for casting pointers to integers, there is nothing wrong with that.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3017,6 +3017,7 @@ check_cflags -Wwrite-strings check_cflags -Wtype-limits check_cflags -Wundef check_cflags -Wmissing-prototypes +check_cflags -Wno-pointer-to-int-cast enabled extra_warnings && check_cflags -Winline # add some linker flags |