You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
This commit is contained in:
@@ -46,7 +46,7 @@ String EditorResourceConversionPlugin::converts_to() const {
|
||||
}
|
||||
|
||||
bool EditorResourceConversionPlugin::handles(const Ref<Resource> &p_resource) const {
|
||||
bool ret;
|
||||
bool ret = false;
|
||||
if (GDVIRTUAL_CALL(_handles, p_resource, ret)) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user