Skip to content

Commit 79eb0ca

Browse files
committed
UNOR4 OTA: suppress unused variable warning
1 parent 08f8b58 commit 79eb0ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ota/implementation/OTAUnoR4.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ UNOR4OTACloudProcess::UNOR4OTACloudProcess(MessageStream *ms)
3232
}
3333

3434
OTACloudProcessInterface::State UNOR4OTACloudProcess::resume(Message* msg) {
35+
(void)msg;
3536
return OtaBegin;
3637
}
3738

0 commit comments

Comments
 (0)