mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Fix mac builds. (#88)
Warnings for unused functions, and the same skips as Windows.
This commit is contained in:
committed by
Peter Johnson
parent
55111ac35f
commit
7ef56de3f2
@@ -26,7 +26,7 @@ class Image {
|
||||
|
||||
public:
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef __linux__
|
||||
explicit Image(std::size_t capacity) {
|
||||
m_data.reserve(capacity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user