summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/warnings/enum_without_default_value.out
blob: ae40e0bc8c5b7b2b95b9652d1577db3a15058a78 (plain)
1
2
3
4
5
6
7
GDTEST_OK
>> WARNING
>> Line: 4
>> ENUM_VARIABLE_WITHOUT_DEFAULT
>> The variable "has_no_zero" has an enum type and does not set an explicit default value. The default will be set to "0".
0
0