mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[WIDL] Turn warnings into errors
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user