summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/m_config_core.c2
-rw-r--r--options/parse_configfile.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/options/m_config_core.c b/options/m_config_core.c
index f82b886670..fd476a0627 100644
--- a/options/m_config_core.c
+++ b/options/m_config_core.c
@@ -879,7 +879,7 @@ void mp_read_option_raw(struct mpv_global *global, const char *name,
}
}
- assert(0); // not found
+ MP_UNREACHABLE(); // not found
}
static const struct m_config_group *find_group(struct mpv_global *global,
diff --git a/options/parse_configfile.c b/options/parse_configfile.c
index 627c466948..1ef256989f 100644
--- a/options/parse_configfile.c
+++ b/options/parse_configfile.c
@@ -176,7 +176,7 @@ static bstr read_file(struct mp_log *log, const char *filename)
}
size += s;
}
- assert(0);
+ MP_UNREACHABLE();
}
// Load options and profiles from from a config file.