You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #56483 from vnen/gdscript-warning-annotation
Add annotation to ignore warnings
This commit is contained in:
@@ -297,6 +297,7 @@ public:
|
||||
int leftmost_column = 0, rightmost_column = 0;
|
||||
Node *next = nullptr;
|
||||
List<AnnotationNode *> annotations;
|
||||
Vector<uint32_t> ignored_warnings;
|
||||
|
||||
DataType datatype;
|
||||
|
||||
@@ -1204,6 +1205,7 @@ private:
|
||||
#ifdef DEBUG_ENABLED
|
||||
List<GDScriptWarning> warnings;
|
||||
Set<String> ignored_warnings;
|
||||
Set<uint32_t> ignored_warning_codes;
|
||||
Set<int> unsafe_lines;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user