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