From 89cedbefd3197060e630a9751a7720f2a0d78bf5 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 18 Oct 2015 17:09:17 +0000 Subject: Ping: - Fixed minor compiler warnings git-svn-id: http://svn.miranda-ng.org/main/trunk@15569 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/src/icmp.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/Ping/src/icmp.cpp') diff --git a/plugins/Ping/src/icmp.cpp b/plugins/Ping/src/icmp.cpp index f54c356998..93bf4febd4 100644 --- a/plugins/Ping/src/icmp.cpp +++ b/plugins/Ping/src/icmp.cpp @@ -5,9 +5,7 @@ ICMP *ICMP::instance = 0; #define BUFFER_SIZE (16 * (sizeof(ICMP_ECHO_REPLY) + sizeof(data))) -ICMP::ICMP() : -timeout(2000), -functions_loaded(false) +ICMP::ICMP() : timeout(2000), functions_loaded(false), hIP(0) { WSAData wsaData; if (WSAStartup(MAKEWORD(1, 1), &wsaData) != 0) { -- cgit v1.2.3