1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Merge pull request #30177 from hbina/use_FALLTHROUGH_macro

Applied some of FALLTHROUGH macro usage from #30122
This commit is contained in:
Rémi Verschelde
2019-06-29 23:40:08 +02:00
committed by GitHub
7 changed files with 19 additions and 12 deletions

View File

@@ -224,7 +224,8 @@ uint32_t PackedDataContainer::_pack(const Variant &p_data, Vector<uint8_t> &tmpd
string_cache[s] = tmpdata.size();
}; //fallthrough
FALLTHROUGH;
};
case Variant::NIL:
case Variant::BOOL:
case Variant::INT: