Skip to content

Commit bee1cc5

Browse files
committed
Suppress -Wunused-variable warning
1 parent ced6562 commit bee1cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utility/watchdog/Watchdog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ void watchdog_reset()
173173
void watchdog_enable_network_feed(const bool use_ethernet)
174174
{
175175
#ifdef WIFI_HAS_FEED_WATCHDOG_FUNC
176+
(void)use_ethernet;
176177
WiFi.setFeedWatchdogFunc(watchdog_reset);
177178
#endif
178179

0 commit comments

Comments
 (0)