libobs-opengl: Fix compiler warning
Fix unused parameter warning.
This commit is contained in:
parent
9a8e50a100
commit
c6029ac658
@ -312,6 +312,9 @@ void device_present(gs_device_t *device)
|
||||
|
||||
bool device_is_monitor_hdr(gs_device_t *device, void *monitor)
|
||||
{
|
||||
UNUSED_PARAMETER(device);
|
||||
UNUSED_PARAMETER(monitor);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user