From 86ffb62add8edc3ad412805b96873fef00d5bb20 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Tue, 18 Mar 2014 16:11:55 +0300 Subject: Warning fixes --- stats/client/event_writer.cpp | 2 +- stats/client/event_writer.hpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'stats') diff --git a/stats/client/event_writer.cpp b/stats/client/event_writer.cpp index 83d5ff8c83..103ce5807b 100644 --- a/stats/client/event_writer.cpp +++ b/stats/client/event_writer.cpp @@ -8,7 +8,7 @@ namespace stats { EventWriter::EventWriter(string const & uniqueClientId, string const & dbPath) - : m_cnt(0), m_db(0), m_path(dbPath), m_uid(0) + : /*m_cnt(0), m_db(0), */m_path(dbPath)/*, m_uid(0)*/ { } diff --git a/stats/client/event_writer.hpp b/stats/client/event_writer.hpp index 2b0ba744ac..a3f2e266f2 100644 --- a/stats/client/event_writer.hpp +++ b/stats/client/event_writer.hpp @@ -27,10 +27,10 @@ private: bool OpenDb(string const & path); private: - unsigned int m_cnt; - void * m_db; // @todo Replace with ours impl +// unsigned int m_cnt; +// void * m_db; // @todo Replace with ours impl string m_path; - unsigned long long m_uid; +// unsigned long long m_uid; }; } // namespace stats -- cgit v1.2.3