mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove do{ } while(0) wrapper around error macros
This commit is contained in:
@@ -61,7 +61,7 @@ void EditorVCSInterface::_bind_methods() {
|
||||
}
|
||||
|
||||
bool EditorVCSInterface::_initialize(String p_project_root_path) {
|
||||
WARN_PRINT("Selected VCS addon does not implement an initialization function. This warning will be suppressed.")
|
||||
WARN_PRINT("Selected VCS addon does not implement an initialization function. This warning will be suppressed.");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user