1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Remove compiler warnings (#4043)

This commit is contained in:
liebman
2017-12-29 08:14:56 -08:00
committed by Develo
parent a71118caeb
commit 1cd4a00cff
2 changed files with 3 additions and 0 deletions

View File

@ -281,6 +281,8 @@ void ESP8266WebServer::handleClient() {
if (_currentClient.connected()) {
switch (_currentStatus) {
case HC_NONE:
break;
case HC_WAIT_READ:
// Wait for data from client to become available
if (_currentClient.available()) {