godot/modules/gdscript
Rémi Verschelde 5e693b6d84 Fix warnings found by Emscripten 3.1.10
Fix `-Wunused-but-set-variable`, `-Wunqualified-std-cast-call`, and
`-Wliteral-range` warnings.

(cherry picked from commit d8935b27a9)
2022-05-16 16:38:26 +02:00
..
doc_classes Merge pull request #60773 from timothyqiu/rand-doc 2022-05-05 18:10:14 +02:00
editor Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
language_server Remove duplicate editor settings definitions 2022-04-27 15:26:46 +08:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdscript.cpp GDScript: Don't coerce default values to the export hint type 2022-03-02 12:26:17 -03:00
gdscript.h GDScript: Don't coerce default values to the export hint type 2022-03-02 12:26:17 -03:00
gdscript_compiler.cpp Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
gdscript_compiler.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_editor.cpp Remove duplicate editor settings definitions 2022-04-27 15:26:46 +08:00
gdscript_function.cpp Fix crash when is-operator right-hand-side is null 2022-03-13 23:17:25 +08:00
gdscript_function.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_functions.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_functions.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_parser.cpp Fix incorrect usage for some export variables 2022-04-29 20:12:47 +08:00
gdscript_parser.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_tokenizer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_tokenizer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00