Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit cfb99bf

Browse files
committed
Fix compilation error when using CLANG
"error" parameter is not used and causes unused parameter error with CLANG. Signed-off-by: Khaled Ben Amor <[email protected]>
1 parent fb7bf22 commit cfb99bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/AlsaCtlPortConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ AlsaCtlPortConfig::AlsaCtlPortConfig(const string &mappingValue,
5555

5656
}
5757

58-
bool AlsaCtlPortConfig::receiveFromHW(string &error)
58+
bool AlsaCtlPortConfig::receiveFromHW(string &/*error*/)
5959
{
6060
blackboardWrite(&_portConfig, sizeof(_portConfig));
6161

0 commit comments

Comments
 (0)