fix: repara build debug i silencia warning de stb_vorbis

This commit is contained in:
2026-05-31 00:33:57 +02:00
parent 39d11ed2be
commit 4a5afa129d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ endif()
set_source_files_properties(
source/external/stb_image_write_impl.cpp
source/external/stb_vorbis_impl.cpp
PROPERTIES COMPILE_OPTIONS "-Wno-missing-field-initializers;-Wno-deprecated-declarations"
PROPERTIES COMPILE_OPTIONS "-Wno-missing-field-initializers;-Wno-deprecated-declarations;-Wno-tautological-compare"
)
# Shaders deben compilarse antes que el ejecutable (Linux/Windows con glslc)