[ox] Fix remaining implicit conversion issues
This commit is contained in:
1
deps/ox/src/ox/event/CMakeLists.txt
vendored
1
deps/ox/src/ox/event/CMakeLists.txt
vendored
@@ -5,6 +5,7 @@ add_library(
|
||||
|
||||
if(NOT MSVC)
|
||||
target_compile_options(OxEvent PRIVATE -Wsign-conversion)
|
||||
target_compile_options(OxEvent PRIVATE -Wconversion)
|
||||
endif()
|
||||
|
||||
if(NOT OX_BARE_METAL)
|
||||
|
Reference in New Issue
Block a user