mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-25 12:20:20 +00:00
video/out/placebo/utils: fix -Wignored-qualifiers warning
warning: type qualifiers ignored on function return type
This commit is contained in:
@@ -25,7 +25,7 @@ static const enum pl_log_level msg_lev_to_pl_log[MSGL_MAX+1] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// translates log levels while probing
|
// translates log levels while probing
|
||||||
static const enum pl_log_level probing_map(enum pl_log_level level)
|
static enum pl_log_level probing_map(enum pl_log_level level)
|
||||||
{
|
{
|
||||||
switch (level) {
|
switch (level) {
|
||||||
case PL_LOG_FATAL:
|
case PL_LOG_FATAL:
|
||||||
|
|||||||
Reference in New Issue
Block a user