Fix warnings

This commit is contained in:
Ties Jan Hefting
2016-08-02 13:37:41 +02:00
committed by Vinnie Falco
parent 8204d9524e
commit 1537527927
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ struct file_body
class writer
{
std::uint64_t size_;
std::uint64_t size_ = 0;
std::uint64_t offset_ = 0;
std::string const& path_;
FILE* file_ = nullptr;