Skip to content

Commit f976d3e

Browse files
committed
Suppress -Wunused-variable warning
1 parent 9030adc commit f976d3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utility/ota/OTA-samd.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ int samd_onOTARequest(char const * ota_url)
6060

6161
return static_cast<int>(OTAError::None);
6262
#endif /* OTA_STORAGE_SNU */
63+
64+
(void)ota_url;
6365
}
6466

6567
#endif /* ARDUINO_ARCH_SAMD */

0 commit comments

Comments
 (0)