1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

yet less warnings for Wall Wextra guys

This commit is contained in:
david gauchard
2017-05-18 01:01:24 +02:00
committed by Ivan Grokhotkov
parent fed925149b
commit 85078f47a0
3 changed files with 9 additions and 3 deletions

View File

@ -907,7 +907,7 @@ void MDNSResponder::_replyToTypeEnumRequest(IPAddress multicastInterface) {
if(servicePtr->_port > 0){
char *service = servicePtr->_name;
char *proto = servicePtr->_proto;
uint16_t port = servicePtr->_port;
//uint16_t port = servicePtr->_port;
#ifdef MDNS_DEBUG_TX
Serial.printf("TX: service:%s, proto:%s\n", service, proto);