Skip to content

Commit 9284ec7

Browse files
Fix unused parameter warning in SeagateController.cpp
1 parent 53ff1a6 commit 9284ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controllers/SeagateController/SeagateController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void SeagateController::SetLEDBreathing
123123
void SeagateController::SetLEDsSpectrum
124124
(
125125
unsigned char led_id,
126-
bool save
126+
bool /*save*/
127127
)
128128
{
129129
/*-----------------------------------------------------------------------------*\

0 commit comments

Comments
 (0)