We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4af820 commit f14af8bCopy full SHA for f14af8b
modules/gdscript/gdscript_vm.cpp
@@ -227,7 +227,7 @@ void (*type_init_function_table[])(Variant *) = {
227
&VariantInitializer<PackedVector4Array>::init, // PACKED_VECTOR4_ARRAY.
228
};
229
230
-#if defined(__GNUC__)
+#if defined(__GNUC__) || defined(__clang__)
231
#define OPCODES_TABLE \
232
static const void *switch_table_ops[] = { \
233
&&OPCODE_OPERATOR, \
0 commit comments