mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 09:53:18 +00:00
Disable warnings for casting pointers to integers, there is nothing wrong with that.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3e173a14e9
commit
5258f64a14
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue