diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2025-06-20 22:07:46 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2025-06-20 22:07:46 +0200 |
| commit | 3db8972c990746557916aa640842817094f9ecff (patch) | |
| tree | 1997b8950d57755bbfcadba1d62dd10a19d1beec /src/types.cpp | |
| parent | 3a86bc9c6d3ca51ce02397f73605a7fbd7f3a899 (diff) | |
add return
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp index 861aa5bf8..cb353516d 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -4688,6 +4688,7 @@ gb_internal Type *type_internal_index(Type *t, isize index) { }; GB_PANIC("Unhandled type %s", type_to_string(bt)); + return nullptr; }; gb_internal gbString write_type_to_string(gbString str, Type *type, bool shorthand=false, bool allow_polymorphic=false) { |