mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Remove @(require_results) from one procedure
This commit is contained in:
@@ -850,7 +850,6 @@ set_union_variant_type_info :: proc(a: any, tag_ti: ^Type_Info) {
|
|||||||
panic("expected a union to reflect.set_union_variant_type_info")
|
panic("expected a union to reflect.set_union_variant_type_info")
|
||||||
}
|
}
|
||||||
|
|
||||||
@(require_results)
|
|
||||||
set_union_value :: proc(dst: any, value: any) -> bool {
|
set_union_value :: proc(dst: any, value: any) -> bool {
|
||||||
if dst == nil { return false }
|
if dst == nil { return false }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user