mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08: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