mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 11:23:49 +00:00
[WIDL] Turn warnings into errors
This commit is contained in:
parent
91b8923601
commit
1b14ce5db3
1 changed files with 2 additions and 0 deletions
|
@ -48,4 +48,6 @@ if(MSVC)
|
|||
|
||||
# Disable warning "'=': conversion from 'a' to 'b', possible loss of data"
|
||||
target_compile_options(widl PRIVATE "/wd4244")
|
||||
|
||||
target_compile_options(widl PRIVATE "-WX")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue