mirror of https://github.com/mpv-player/mpv
video/out/placebo/utils: fix -Wignored-qualifiers warning
warning: type qualifiers ignored on function return type
This commit is contained in:
parent
a3489c8a0f
commit
4f381f2137
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue