You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
configure: suppress Wmicrosoft-enum-forward-reference
Clang-CL complains about fwd references of enums, but we do use it everywhere, so ignore this. Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
1
configure
vendored
1
configure
vendored
@ -7575,6 +7575,7 @@ check_disable_warning -Wno-unused-const-variable
|
||||
check_disable_warning -Wno-bool-operation
|
||||
check_disable_warning -Wno-char-subscripts
|
||||
check_disable_warning -Wno-implicit-const-int-float-conversion
|
||||
check_disable_warning -Wno-microsoft-enum-forward-reference
|
||||
|
||||
check_disable_warning_headers(){
|
||||
warning_flag=-W${1#-Wno-}
|
||||
|
Reference in New Issue
Block a user