Fix unused parameter warnings
This commit is contained in:
parent
901cbd255c
commit
72ae324d71
1 changed files with 4 additions and 0 deletions
|
|
@ -348,6 +348,8 @@ int StreamUtils::getDrmFdForWindow(SDL_Window* window, bool* mustClose)
|
|||
return fd;
|
||||
}
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(window);
|
||||
#endif
|
||||
|
||||
return -1;
|
||||
|
|
@ -397,6 +399,8 @@ int StreamUtils::getDrmFd(bool preferRenderNode)
|
|||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(preferRenderNode);
|
||||
#endif
|
||||
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue