mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 02:12:04 +00:00
Add missing require_results attr
This commit is contained in:
@@ -99,6 +99,7 @@ get_build_arch_from_string :: proc(str: string) -> Odin_Arch_Type {
|
||||
return .Unknown
|
||||
}
|
||||
|
||||
@require_results
|
||||
parse_file_tags :: proc(file: ast.File) -> (tags: File_Tags) {
|
||||
if file.docs == nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user