GDScript: Add @warning_ignore_start and @warning_ignore_restore annotations
This commit is contained in:
parent
eb5103093c
commit
7d65d0a908
22 changed files with 221 additions and 89 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# https://github.com/godotengine/godot/issues/75832
|
||||
|
||||
@warning_ignore("narrowing_conversion")
|
||||
@warning_ignore_start("narrowing_conversion")
|
||||
func test():
|
||||
var hf := 2.0
|
||||
var sf = 2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue