Fix mac builds. (#88)

Warnings for unused functions, and the same skips as Windows.
This commit is contained in:
Thad House
2017-08-14 22:27:07 -07:00
committed by Peter Johnson
parent 55111ac35f
commit 7ef56de3f2
4 changed files with 11 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ class Image {
public:
#ifdef _WIN32
#ifndef __linux__
explicit Image(std::size_t capacity) {
m_data.reserve(capacity);
}