You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix use of unitialized variables
The second in my quest to make Godot 3.x compile with -Werror on GCC7
This commit is contained in:
@@ -516,7 +516,7 @@ public:
|
||||
} else {
|
||||
//yield
|
||||
|
||||
Object *object;
|
||||
Object *object = NULL;
|
||||
|
||||
switch (call_mode) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user