1
0
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:
Kacper Michajłow
2025-07-20 16:27:40 +02:00
parent 22da57c444
commit c64f6812eb

1
configure vendored
View File

@ -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-}