fix some compiler warnings
All checks were successful
Linux arm64 / Build (push) Successful in 2m27s

This commit is contained in:
2025-07-20 23:02:45 +02:00
parent ecc035c972
commit 4095103843
11 changed files with 67 additions and 67 deletions

View File

@@ -2,6 +2,8 @@ add_rules("mode.debug", "mode.release")
includes("xmake/bin2c.lua")
set_warnings("all")
add_requires("sfml 3.0.0", "zlib")
set_languages("c++20")