mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 20:17:50 -04:00
Fix warnings in RGBController_EVGAGPUv3.cpp
This commit is contained in:
@@ -289,13 +289,13 @@ void RGBController_EVGAGPUv3::DeviceUpdateLEDs()
|
||||
}
|
||||
}
|
||||
|
||||
void RGBController_EVGAGPUv3::UpdateZoneLEDs(int /*zone*/ zone)
|
||||
void RGBController_EVGAGPUv3::UpdateZoneLEDs(int /*zone*/)
|
||||
{
|
||||
//LOG_TRACE("[%s] Updating zone %1d", evga->evgaGPUName, zone);
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_EVGAGPUv3::UpdateSingleLED(int /*led*/ led)
|
||||
void RGBController_EVGAGPUv3::UpdateSingleLED(int /*led*/)
|
||||
{
|
||||
//LOG_TRACE("[%s] Updating single LED %1d", evga->evgaGPUName, led);
|
||||
DeviceUpdateLEDs();
|
||||
|
||||
Reference in New Issue
Block a user