Snippets for angelscript 2.34.0 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/angelscript/2.34.0/150arm64-default.log.
-
../../source/as_context.cpp:4771:13: warning: enumeration value 'asOBJ_VARDECL' not handled in switch [-Wswitch] 4771 | switch( func->scriptData->objVariableInfo[n].option ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../source/as_scriptengine.cpp:4439:18: warning: 'stdcall' calling convention is not supported for this target [-Wignored-attributes] 4439 | typedef void *(STDCALL *func_t)(); | ^ -
../../source/as_scriptengine.cpp:4461:18: warning: 'stdcall' calling convention is not supported for this target [-Wignored-attributes] 4461 | typedef void *(STDCALL *func_t)(void *); | ^ -
../../source/as_scriptengine.cpp:4572:17: warning: 'stdcall' calling convention is not supported for this target [-Wignored-attributes] 4572 | typedef void (STDCALL *func_t)(void *, void *); | ^ -
../../source/as_scriptengine.cpp:4598:17: warning: 'stdcall' calling convention is not supported for this target [-Wignored-attributes] 4598 | typedef bool (STDCALL *func_t)(void *, void *); | ^