[WIDL] Turn warnings into errors

This commit is contained in:
Timo Kreuzer 2024-12-14 20:55:42 +02:00
parent 91b8923601
commit 1b14ce5db3

View file

@ -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()