From 118e2ae865bd7a0020586ef72d05bf14d66f4eae Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Tue, 15 Apr 2014 19:49:32 +0200 Subject: Fix all warnings reported by clang --- src/connection.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/connection.h') diff --git a/src/connection.h b/src/connection.h index 0f936eb31..43fd2fb88 100644 --- a/src/connection.h +++ b/src/connection.h @@ -339,13 +339,11 @@ private: RPBSearchResult findPacket(u16 seqnum); std::list m_list; - u16 m_list_size; + u32 m_list_size; u16 m_oldest_non_answered_ack; JMutex m_list_mutex; - - unsigned int writeptr; }; /* @@ -975,7 +973,6 @@ private: Connection* m_connection; - unsigned int m_max_packet_size; }; class Connection -- cgit v1.2.3