From 1750cc27fc5da6d30558c2e0f0173026b7868d39 Mon Sep 17 00:00:00 2001 From: Rot127 <45763064+Rot127@users.noreply.github.com> Date: Tue, 12 May 2026 16:47:23 +0000 Subject: [PATCH] librz/bin/omf: fix build warning (#6341) --- librz/bin/format/omf/omf166.c | 1 + 1 file changed, 1 insertion(+) diff --git a/librz/bin/format/omf/omf166.c b/librz/bin/format/omf/omf166.c index 758fbb2651..0ddf9f2778 100644 --- a/librz/bin/format/omf/omf166.c +++ b/librz/bin/format/omf/omf166.c @@ -148,6 +148,7 @@ RZ_API const char *name_of_ti(const rz_bin_omf166_obj *obj, const ut16 ti_index) } } rz_warn_if_reached(); + return NULL; } const char *name_of_iTyp(ut8 iTyp) {