general: Silence some warnings when using clang

This commit is contained in:
Lioncash 2015-09-16 08:38:12 -04:00
parent f7b4f44adf
commit 751fbfdcc3
12 changed files with 27 additions and 25 deletions

View file

@ -247,6 +247,5 @@ private:
static const u32 RESERVATION_GRANULE_MASK = 0xFFFFFFF8;
u32 exclusive_tag; // The address for which the local monitor is in exclusive access mode
u32 exclusive_result;
bool exclusive_state;
};