fix: silencia -Wtautological-compare de stb_vorbis al cmake

This commit is contained in:
2026-05-31 00:20:35 +02:00
parent 65f710bf7a
commit 3fe8fa9b32
+1 -1
View File
@@ -69,7 +69,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE SDL3::SDL3)
if(EXTERNAL_SOURCES) if(EXTERNAL_SOURCES)
set_source_files_properties( set_source_files_properties(
${EXTERNAL_SOURCES} ${EXTERNAL_SOURCES}
PROPERTIES COMPILE_OPTIONS "-Wno-missing-field-initializers;-Wno-deprecated-declarations" PROPERTIES COMPILE_OPTIONS "-Wno-missing-field-initializers;-Wno-deprecated-declarations;-Wno-tautological-compare"
) )
endif() endif()