mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 03:25:11 -04:00
Fix a bunch of compiler warnings
This commit is contained in:
@@ -267,7 +267,7 @@ void PatriotViperController::StopKeepaliveThread()
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int PatriotViperController::GetDelay(unsigned char mode, unsigned int step, unsigned int sub_step, bool loop_end)
|
||||
unsigned int PatriotViperController::GetDelay(unsigned char mode, unsigned int /*step*/, unsigned int sub_step, bool loop_end)
|
||||
{
|
||||
if(loop_end)
|
||||
{
|
||||
@@ -335,4 +335,4 @@ unsigned int PatriotViperController::GetDelay(unsigned char mode, unsigned int s
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user