You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix compiler warnings in HTML5 platform
This commit is contained in:
@@ -140,8 +140,9 @@ Variant JavaScript::eval(const String &p_code, bool p_use_global_exec_context) {
|
||||
case Variant::POOL_BYTE_ARRAY:
|
||||
arr_write = PoolByteArray::Write();
|
||||
return arr;
|
||||
default:
|
||||
return Variant();
|
||||
}
|
||||
return Variant();
|
||||
}
|
||||
|
||||
#endif // JAVASCRIPT_EVAL_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user