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

Fixing a few compiler warnings to allow compilation with -Wall -Wextra and -Werror. (#3153)

This commit is contained in:
Trygve Laugstøl
2017-05-08 11:56:08 +02:00
committed by Ivan Grokhotkov
parent db4d3e0098
commit 2d9e767630
3 changed files with 2 additions and 3 deletions

View File

@ -132,7 +132,6 @@ bool HTTPClient::begin(String url)
bool HTTPClient::beginInternal(String url, const char* expectedProtocol)
{
DEBUG_HTTPCLIENT("[HTTP-Client][begin] url: %s\n", url.c_str());
bool hasPort = false;
clear();
// check for : (http: or https: