You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm that cherry-picking the mentioned pr and trying to compile with scu_build=yes in MSVC 14.3 results in the error (i cherry-picked before the change in the pr that replace the print_verbose for WARN_VERBOSE)
Tested versions
System information
Windows 11
Issue description
The
print_verbose
macro is causing one of the CI jobs that usesscu_build=yes
to fail in my PR although I didn't modify the file calling it.https://github.com/godotengine/godot/actions/runs/12934119444/job/36074414239
My local build also fails when I use
scu_build=yes
but works fine otherwise.By the way, it works if I replace it with
WARN_VERBOSE
.Steps to reproduce
scons scu_build=yes
.Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: