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:
parent
22da57c444
commit
c64f6812eb
1 changed files with 1 additions and 0 deletions
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-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue