Skip to content

Commit 77c6d0a

Browse files
committed
address a compiler warning
Change-Id: I41ddeda15d7a59fcd8ed9d2028c355e3c0e442d7
1 parent 339614e commit 77c6d0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mmio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ class MMIORange
173173
const bool readonly;
174174
#endif
175175
const bool silent;
176+
#ifndef __APPLE__
176177
const int core;
178+
#endif
177179
MMIORange(const MMIORange &) = delete;
178180
MMIORange & operator = (const MMIORange &) = delete;
179181
public:

0 commit comments

Comments
 (0)