diff options
-rw-r--r-- | ast_to_hir.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ast_to_hir.cpp b/ast_to_hir.cpp index 9b39d1f05b..704f2745a7 100644 --- a/ast_to_hir.cpp +++ b/ast_to_hir.cpp @@ -2269,6 +2269,8 @@ ast_type_specifier::hir(exec_list *instructions, { if (this->structure != NULL) return this->structure->hir(instructions, state); + + return NULL; } |