[glutils,keel,nostalgia,turbine] Cleanup sign conversion warnings that are now enabled universal

This commit is contained in:
2023-06-17 20:03:45 -05:00
parent 2974fa5863
commit 04cb710d56
6 changed files with 1 additions and 24 deletions

View File

@ -9,10 +9,6 @@ else()
add_subdirectory(glfw)
endif()
if(NOT MSVC)
target_compile_options(Turbine PRIVATE -Wsign-conversion)
endif()
target_link_libraries(
Turbine PUBLIC
Keel